- Home
- All questions
- 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?
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