kube/scale
This commit is contained in:
parent
1a7f394bbb
commit
b370edf639
1 changed files with 10 additions and 0 deletions
|
@ -97,3 +97,13 @@ Write
|
||||||
deployment/my-deployment \
|
deployment/my-deployment \
|
||||||
my-app=my-app:1.0.1 \
|
my-app=my-app:1.0.1 \
|
||||||
-n my-namespace
|
-n my-namespace
|
||||||
|
|
||||||
|
Scale
|
||||||
|
-----
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
kubectl \
|
||||||
|
scale deploy my-deployment \
|
||||||
|
--replicas 3 \
|
||||||
|
-n my-namespace
|
||||||
|
|
Loading…
Reference in a new issue