Update kubectl get hpa output (#17780)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
dd30366605
commit
b2a6268c5a
@@ -102,7 +102,7 @@ php-apache Deployment/php-apache/scale 0% / 50% 1 10 1
|
|||||||
```
|
```
|
||||||
|
|
||||||
Please note that the current CPU consumption is 0% as we are not sending any requests to the server
|
Please note that the current CPU consumption is 0% as we are not sending any requests to the server
|
||||||
(the ``CURRENT`` column shows the average across all the pods controlled by the corresponding deployment).
|
(the ``TARGET`` column shows the average across all the pods controlled by the corresponding deployment).
|
||||||
|
|
||||||
## Increase load
|
## Increase load
|
||||||
|
|
||||||
@@ -123,8 +123,8 @@ Within a minute or so, we should see the higher CPU load by executing:
|
|||||||
kubectl get hpa
|
kubectl get hpa
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
NAME REFERENCE TARGET CURRENT MINPODS MAXPODS REPLICAS AGE
|
NAME REFERENCE TARGET MINPODS MAXPODS REPLICAS AGE
|
||||||
php-apache Deployment/php-apache/scale 305% / 50% 305% 1 10 1 3m
|
php-apache Deployment/php-apache/scale 305% / 50% 1 10 1 3m
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user