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
look at operator logs and wait (potenially forever)
Workaround (bad practice):
patch operator for deletion
this may result in a delta between checkly api and cluster-scope, so this may result in a delta between 'expected reality' and 'reality' when using gitops. kubectl patch apicheck operator-apicheck-sample --patch '{"metadata":{"finalizers":[]}}' --type='merge'
The text was updated successfully, but these errors were encountered:
When applying an api-check with a non-existant group, the check can't be deleted.
The deletion is blocked by the finalizer.
steps to reproduce:
e.g.
kubectl delete apicheck operator-apicheck-sample
Workaround (bad practice):
this may result in a delta between checkly api and cluster-scope, so this may result in a delta between 'expected reality' and 'reality' when using gitops.
kubectl patch apicheck operator-apicheck-sample --patch '{"metadata":{"finalizers":[]}}' --type='merge'
The text was updated successfully, but these errors were encountered: