🔥 3-day streak
Certified Kubernetes Administrator (CKA)125 / 125
Question 125 of 125
A cluster operator adds the taint `maintenance=true:NoExecute` to node `worker-3` to prepare it for maintenance. A running pod on that node has the following toleration configured: `tolerations: - key: "maintenance" operator: "Equal" value: "true" effect: "NoExecute" tolerationSeconds: 300`. What happens to this pod after the taint is applied?
Reviewed for accuracy · Report an issue