Created
September 7, 2020 10:37
-
-
Save velotiotech/cdf95cfe43e033d32df25578466104b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl describe vpa autoscale-tester-recommender | |
Name: autoscale-tester-recommender | |
Namespace: autoscale-tester | |
... | |
Recommendation: | |
Container Recommendations: | |
Container Name: autoscale-tester | |
Lower Bound: | |
Cpu: 500m | |
Memory: 500Mi | |
Target: | |
Cpu: 500m | |
Memory: 500Mi | |
Uncapped Target: | |
Cpu: 93m | |
Memory: 262144k | |
Upper Bound: | |
Cpu: 4 | |
Memory: 4Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment