-
i trying to remove flux without deleting the whole cluster. and stuck at the following step: i tried, but did not help:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Flux sets a finalizer on the resource. Edit it with kubectl and delete the finalizer. |
Beta Was this translation helpful? Give feedback.
-
i tried patching the kustomization with kubectl -n flux-system patch kustomization flux-system -p '{"metadata":{"finalizers":null}}' it is the same approach id use on crd's. but it results in a |
Beta Was this translation helpful? Give feedback.
-
Please use |
Beta Was this translation helpful? Give feedback.
Flux sets a finalizer on the resource. Edit it with kubectl and delete the finalizer.