Welcome to the Linux Foundation Forum!

Lab 2.3 showing "worker" instead of "cp"

Options

I have done exactly the same steps in my master node up to the command "kubectl get pod -o wide" of Lab 2.3 but the value under "Node" column is "worker" instead of "cp". What could possibly go wrong?
Also, I continued to Lab 2.4 and the describe command also gives me "Node: worker" back.

Best Answer

  • chrispokorni
    chrispokorni Posts: 2,165
    Answer ✓
    Options

    Hi @YawenMa,

    Between the untainted cp node and the worker node, the kube-scheduler may pick either of the two nodes for pod placement. In your case it seems to have picked the worker node.

    Keep in mind that some of your outputs will be slightly different than the ones from the lab guide - such as this scenario, IP addresses of pod, services, and nodes, port numbers, and some resource names.

    Regards,
    -Chris

Answers

Categories

Upcoming Training