Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle deletion when the underlying GCP resource does not exist #3727

Open
3 tasks done
gemmahou opened this issue Feb 19, 2025 · 0 comments · May be fixed by #3826
Open
3 tasks done

Handle deletion when the underlying GCP resource does not exist #3727

gemmahou opened this issue Feb 19, 2025 · 0 comments · May be fixed by #3826
Assignees
Labels
enhancement New feature or request

Comments

@gemmahou
Copy link
Collaborator

gemmahou commented Feb 19, 2025

Checklist

  • I did not find a related open enhancement request.
  • I understand that enhancement requests filed in the GitHub repository are by default low priority.
  • If this request is time-sensitive, I have submitted a corresponding issue with GCP support.

Describe the feature or resource

If the underlying GCP resource does not exist, the krm resource should be able to be deleted too.

We have a recent improvement to address this #3656, in apigee, firestore, sql and workstation controllers and the controller template.

Another option is to reuse the existAlready flag(code) to avoid making deletion request to GCP if we know the underlying resource does not exist, and prevent making changes to individual controllers.

Additional information

No response

Importance

No response

@gemmahou gemmahou added the enhancement New feature or request label Feb 19, 2025
@gemmahou gemmahou self-assigned this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant