From 4d72337605d7b36ddf9ccbf186f091ad54b279de Mon Sep 17 00:00:00 2001 From: Abu shahma <57855765+Shahmaz0@users.noreply.github.com> Date: Sat, 27 May 2023 23:08:46 +0530 Subject: [PATCH] Update CKA.md (#391) --- topics/kubernetes/CKA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/kubernetes/CKA.md b/topics/kubernetes/CKA.md index f1e708f..d4b220d 100644 --- a/topics/kubernetes/CKA.md +++ b/topics/kubernetes/CKA.md @@ -158,7 +158,7 @@ To count them: `k get po -l env=prod --no-headers | wc -l` 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) Now create the definition/manifest in that directory -`k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > statuc-pod.yaml` +`k run some-pod --image=python --command sleep 2017 --restart=Never --dry-run=client -o yaml > static-pod.yaml`