We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70d8aa commit 8ad6f71Copy full SHA for 8ad6f71
topics/kubernetes/CKA.md
@@ -56,7 +56,7 @@ Note: create an alias (`alias k=kubectl`) and get used to `k get po`
56
<details>
57
<summary>Assuming that you have a Pod called "nginx-test", how to remove it?</summary><br><b>
58
59
-`k delete nginx-test`
+`k delete po nginx-test`
60
</b></details>
61
62
@@ -159,8 +159,6 @@ First change to the directory tracked by kubelet for creating static pod: `cd /e
159
160
Now create the definition/manifest in that directory
161
162
-`k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > status-pod.yaml`
163
-=======
164
`k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > static-pod.yaml`
165
166
0 commit comments