Kubernetes - Scheduling
Which
kubectl command correctly applies a taint env=production:NoExecute to a node named worker-node?kubectl command correctly applies a taint env=production:NoExecute to a node named worker-node?nodes (plural) to specify the resource type.key=value:effect, so env=production:NoExecute is correct.kubectl taint nodes worker-node env=production:NoExecute.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions