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

🐛 Skip CAPIProvider reconciliation on deletion timestamp #706

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

Danil-Grigorev
Copy link
Contributor

What this PR does / why we need it:
CAPI provider reconciler is re-applying proxied provider during deletion phase, causing re-creation of the infra resources. This change prevents it from happening.

Deletion will need to be performed according to https://turtles.docs.rancher.com/getting-started/uninstall_turtles

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #704

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
@Danil-Grigorev Danil-Grigorev added the kind/bug Something isn't working label Aug 30, 2024
@Danil-Grigorev Danil-Grigorev requested a review from a team as a code owner August 30, 2024 08:56
@Danil-Grigorev Danil-Grigorev merged commit 975f991 into rancher:main Sep 2, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CAPIProvider pre-delete hook is not working
3 participants