Created
September 7, 2020 10:41
-
-
Save velotiotech/a05c5adcd25bed54baef5e3196439d26 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 get po | |
NAME READY STATUS RESTARTS AGE | |
autoscale-tester-5d6b48d64f-5dlb7 1/1 Running 0 77s | |
autoscale-tester-5d6b48d64f-9wq4w 1/1 Running 0 37s | |
autoscale-tester-5d6b48d64f-qrlxn 1/1 Running 0 17s | |
kubectl describe po autoscale-tester-5d6b48d64f-5dlb7 | |
Name: autoscale-tester-5d6b48d64f-5dlb7 | |
Namespace: autoscale-tester | |
... | |
Limits: | |
cpu: 500m | |
memory: 500Mi | |
Requests: | |
cpu: 500m | |
memory: 500Mi | |
Environment: <none> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment