Skip to content

Commit 4d72337

Browse files
authored
Update CKA.md (bregman-arie#391)
1 parent b00be5b commit 4d72337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/kubernetes/CKA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To count them: `k get po -l env=prod --no-headers | wc -l`
158158
First change to the directory tracked by kubelet for creating static pod: `cd /etc/kubernetes/manifests` (you can verify path by reading kubelet conf file)
159159

160160
Now create the definition/manifest in that directory
161-
`k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > statuc-pod.yaml`
161+
`k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > static-pod.yaml`
162162
</b></details>
163163

164164
<details>

0 commit comments

Comments
 (0)