I have another question: regarding static pod creation, I have put an entry for . . .

Vinay M Athreyas:
I have another question: regarding static pod creation, I have put an entry for staticPodPath in /var/lib/kubelet/config.yaml and pod and docker container is running as expected

root@node01:/etc/kubernetes/manifests# cat /var/lib/kubelet/config.yaml | grep Path
staticPodPath: /etc/kubernetes/manifests

root@node01:/etc/kubernetes/manifests# ls
nginx-critical.yaml

root@node01:/etc/kubernetes/manifests# cat nginx-critical.yaml 
apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: null
  labels:
    run: nginx-critical
  name: nginx-critical
spec:
  containers:
  - image: niginx
    name: nginx-critical
    resources: {}
  dnsPolicy: ClusterFirst
  restartPolicy: Always
status: {}
root@node01:/etc/kubernetes/manifests# 

Tej_Singh_Rana:
Let me check.

Tej_Singh_Rana:
Please be patience.

Mahesh:
Typo in image name?

Vinay M Athreyas:
ah… yeah… :disappointed: thanks , good catch :slightly_smiling_face: