kube/delete
This commit is contained in:
parent
b370edf639
commit
5171d21f86
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ Write
|
||||||
my-app=my-app:1.0.1 \
|
my-app=my-app:1.0.1 \
|
||||||
-n my-namespace
|
-n my-namespace
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
kubectl \
|
||||||
|
delete deploy my-deployment \
|
||||||
|
-n my-namespace
|
||||||
|
|
||||||
Scale
|
Scale
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue