File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Note: create an alias (`alias k=kubectl`) and get used to `k get po`
5656<details >
5757<summary >Assuming that you have a Pod called "nginx-test", how to remove it?</summary ><br ><b >
5858
59- ` k delete nginx-test `
59+ ` k delete po nginx-test `
6060</b ></details >
6161
6262<details >
@@ -159,8 +159,6 @@ First change to the directory tracked by kubelet for creating static pod: `cd /e
159159
160160Now create the definition/manifest in that directory
161161
162- ` k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > status-pod.yaml `
163- =======
164162` k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > static-pod.yaml `
165163
166164</b ></details >
You can’t perform that action at this time.
0 commit comments