Hey guys just wanted to confirm, is this a problem with the question that it wan . . .

Apaar Sharma:
Hey guys just wanted to confirm, is this a problem with the question that it wants the pod name to be “static-busybo” (aren’t static pods supposed to be appended with the name of the node) Or am I missing something here ?

Mariusz Gomse:
according to what I can see ( I didn’t go throughg CKA course yet ) task is to create static-busybox named pod and you created static-busybox-controlplane :slightly_smiling_face:

Apaar Sharma:
that’s my question, we are dealing with static pods here (not normal pods) and static pods automatically gets appended by the name of the node:sweat_smile::thinking_face:

Mariusz Gomse:
my fault - sorry :stuck_out_tongue:

Vijin Palazhi:
The issue here is that you have created the pod in the kube-system namespace. The question does not specify a namespace so it should be created in the ‘default’ namespace

Vijin Palazhi:
the name controlplane will be appended to the pod name - that is expected as it is a static pod.

Apaar Sharma:
@Vijin Palazhi my bad, thanks a lot !