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`
56
56
<details >
57
57
<summary >Assuming that you have a Pod called "nginx-test", how to remove it?</summary ><br ><b >
58
58
59
- ` k delete nginx-test `
59
+ ` k delete po nginx-test `
60
60
</b ></details >
61
61
62
62
<details >
@@ -159,8 +159,6 @@ First change to the directory tracked by kubelet for creating static pod: `cd /e
159
159
160
160
Now create the definition/manifest in that directory
161
161
162
- ` k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > status-pod.yaml `
163
- =======
164
162
` k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > static-pod.yaml `
165
163
166
164
</b ></details >
You can’t perform that action at this time.
0 commit comments