- Home
- All questions
- Question 556
CKA study material · question 556 of 1000
After running kubeadm reset you plan to reuse the machine as a worker in a different cluster. What does reset leave behind?
Show the answer
Answer: B. iptables rules and IPVS tables
kubeadm reset does not clean iptables rules or IPVS tables; those must be flushed manually, or stale Service rules will confuse the machine in its new cluster.
Source: Creating a cluster with kubeadm (Kubernetes) — Clean up › Remove the node