List of questions
Related questions
Question 163 - DCA discussion
You are running only Kubernetes workloads on a worker node that requires maintenance, such as installing patches or an OS upgrade.
Which command must be run on the node to gracefully terminate all pods on the node, while marking the node as unschedulable?
A.
'docker swarm leave'
B.
'docker node update -availability drain <node name>
C.
'kubectl drain <node name>'
D.
'kubectl cordon <node name>
Your answer:
0 comments
Sorted by
Leave a comment first