Study. uk . com
  1. Home
  2. All questions
  3. Question 506

CKA study material · question 506 of 1000

An administrator wants to create Node objects by hand rather than letting machines add themselves. Which kubelet setting achieves that?

  1. --node-labels=""
  2. --register-node=false
  3. --node-status-update-frequency=0
  4. --register-with-taints=manual
Show the answer

Answer: B. --register-node=false

Self-registration is on by default and is turned off with --register-node=false, after which Node objects must be created manually. The other flags shape a registration that is still happening.

Source: Nodes (Kubernetes) — Management › Self-registration of Nodes

Challenge yourself on this topic → Study as cards