Hi everyone, this q? is related to lab "Practice Test - Manual Scheduling" In q? . . .

Sreedhar B Narayanaswamy:
hi everyone, this q? is related to lab “Practice Test - Manual Scheduling”
In q? 5) Now schedule the same pod on the master/controlplane node.
Delete and recreate the POD if necessary. -
I made change to nginx.yaml file - in nodename:master and it didn’t work.

Sreedhar B Narayanaswamy:
After I change to controlplane as nodeName it worked.

Sreedhar B Narayanaswamy:
how to interpret master/controlplane… can anyone explain.

Tej_Singh_Rana:
Hello, @Sreedhar B Narayanaswamy
Simply run the command kubectl get nodes (it will list the available nodes) then identify the master node name.

Sreedhar B Narayanaswamy:

Sreedhar B Narayanaswamy:
when I check on the task
Tasks not completed!
• Status: Running
• Pod: nginx
• Node: master/controlplane?

Tej_Singh_Rana:
But why it’s in kube-system namespace?

Tej_Singh_Rana:
I think it should be in default namespace.

Sreedhar B Narayanaswamy:
ok let me recreate it.