I was doing a question about Static Pod, and feel the question needs more context
the question is as follows:
Create a static pod named static-busybox that uses the busybox image and the command sleep 1000
Question is from udemy-labs-certified-kubernetes-administrator-with-practice-tests →
Practice Test - Static PODs → Q8
The lab has 2 nodes - controplane and node01
The question doesn’t say where to place the static pod, when I create static pod on node01, and its in running state, the answer is not accepted, maybe you should add more context saying the static pod has to be run only on controlplane node and not the worker node.