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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Once removing a CloudSQL instance with deletionProtection: true set has failed it will not cleanup resources even once the flag is removed (The finalizer is not retried)
How can we reproduce it?
Create a DatabaseInstance with deletionProtection: true (this flag is unnecessary because it's the default value)
You can return later and it's still not deleted, the status hasn't been updated. Effectively it is not retrying to delete.
Attempting to 'undelete' the object by removing deletionTimestamp and retrying the kubectl delete also fails. Only removing the finalizer and deleting manually works.
What happened?
Once removing a CloudSQL instance with
deletionProtection: true
set has failed it will not cleanup resources even once the flag is removed (The finalizer is not retried)How can we reproduce it?
deletionProtection: true
(this flag is unnecessary because it's the default value)You can return later and it's still not deleted, the status hasn't been updated. Effectively it is not retrying to delete.
Attempting to 'undelete' the object by removing
deletionTimestamp
and retrying thekubectl delete
also fails. Only removing the finalizer and deleting manually works.What environment did it happen in?
Crossplane: v1.9.0
Cloud provider: crossplane/provider-jet-gcp:v0.3.0-rc.35.g40c122f
Client Version: v1.24.1
Server Version: v1.22.10-gke.600
Distro: GKE Autopilot
The text was updated successfully, but these errors were encountered: