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

Datadog Mutating webhook should be deleted on helm uninstall #1452

Open
EliSzBr opened this issue Jul 11, 2024 · 0 comments
Open

Datadog Mutating webhook should be deleted on helm uninstall #1452

EliSzBr opened this issue Jul 11, 2024 · 0 comments
Labels
chart/datadog This issue or pull request is related to the datadog chart

Comments

@EliSzBr
Copy link

EliSzBr commented Jul 11, 2024

Deleting the chart leaves an orphaned webhook created by the workload.
In cases where: clusterAgent.admissionController.failurePolicy is set to Fail - This leaves the cluster with an enforcing webhook without a backend workload to handle requests --> cluster is deadlocked... (also from new chart to be installed)

Describe what you expected:
mutating webhook should be deleted.
perhaps as post-delete helm hook? regardless - should probably be deleted...

Steps to reproduce the issue:
install chart (we are version 3.67.1, didn't see it was fixed since.)
set clusterAgent.admissionController.failurePolicy: Fail
delete the release
try to run pod.

Thank you 😁

@levan-m levan-m added the chart/datadog This issue or pull request is related to the datadog chart label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart/datadog This issue or pull request is related to the datadog chart
Projects
None yet
Development

No branches or pull requests

2 participants