fix scale command of object-management (#6011)
This commit is contained in:
committed by
Steve Perry
parent
2febd642af
commit
32f66bd9b2
+1
-1
@@ -188,7 +188,7 @@ Directly update the `replicas` field in the live configuration by using `kubectl
|
||||
This does not use `kubectl apply`:
|
||||
|
||||
```shell
|
||||
kubectl scale deployment/nginx-deployment --replicas 2
|
||||
kubectl scale deployment/nginx-deployment --replicas=2
|
||||
```
|
||||
|
||||
Print the live configuration using `kubectl get`:
|
||||
|
||||
Reference in New Issue
Block a user