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
If you try do delete the Load Balancer instances applied to your cluster and the operator pod or application is not running, the CRs get stuck because of finalizers and are not deleted until the operator runs.
To override this, patch the CRs removing the finalizer with the command kubectl patch externalloadbalancers externalloadbalancer-infra-sample -n lbconfig-operator-system -p '{"metadata":{"finalizers":[]}}' --type=merge using your CR name.
To Reproduce
Steps to reproduce the behavior:
Deploy the operator
Create CRDs for a LB instance and a backend (with secret)
Stop/remove the operator PODs
Delete the LB CRs
Expected behavior
The CRs should be deleted.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you try do delete the Load Balancer instances applied to your cluster and the operator pod or application is not running, the CRs get stuck because of finalizers and are not deleted until the operator runs.
To override this, patch the CRs removing the finalizer with the command
kubectl patch externalloadbalancers externalloadbalancer-infra-sample -n lbconfig-operator-system -p '{"metadata":{"finalizers":[]}}' --type=merge
using your CR name.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The CRs should be deleted.
The text was updated successfully, but these errors were encountered: