Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taint is removed once the all pod containers are started instead of ready #17

Closed
gnuletik opened this issue May 11, 2023 · 1 comment
Closed

Comments

@gnuletik
Copy link

I tried on Kubernetes v1.26, with the datadog agent.
I followed the logs from nodetaint and launched at the same time the following kubectl commands:

kubectl wait pods -n datadog datadog-agent-$podID --for condition=Ready --timeout=5m

With the above test, we see that nodetaint removes the taint once all containers from a pod are started but kubectl waits for all containers in the pod to be ready.

@gnuletik
Copy link
Author

My bad, the issue was that the annotations where on the daemonset instead of the pod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant