You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im using helm install fluent-operator, and after helm uninstall it ,operator removed first, pod which name start with fluent-bit is still keeps running, seems Own Ref (DaemonSet) not works as expected
To Reproduce
helm install...
all pods running...
helm uninstall...
fluent-operator been removed,and fluent-bit pods keeps running
helm install....
fluent-bit pods removed
Expected behavior
all resources should been cleared after helm charts be uninstalled
I am not familiar with helm uninstall, but to uninstall all stuffs, you have to make sure the operator pod itself is running when deleting the other custom resources. The operator itself should be deleted at the last.
I am not familiar with helm uninstall, but to uninstall all stuffs, you have to make sure the operator pod itself is running when deleting the other custom resources. The operator itself should be deleted at the last.
currently,we defined a clean job and annotated it with helm hook
Describe the issue
im using helm install fluent-operator, and after helm uninstall it ,operator removed first, pod which name start with fluent-bit is still keeps running, seems Own Ref (DaemonSet) not works as expected
To Reproduce
helm install...
all pods running...
helm uninstall...
fluent-operator been removed,and fluent-bit pods keeps running
helm install....
fluent-bit pods removed
Expected behavior
all resources should been cleared after helm charts be uninstalled
Your Environment
How did you install fluent operator?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: