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

Gitopts reconciler just deletes the Bundle, not BundleDeployments #2597

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

0xavi0
Copy link
Contributor

@0xavi0 0xavi0 commented Jul 4, 2024

As we are using finalizers for Bundles we can let the Bundle reconciler deal with its BundleDeployments and just delete the Bundle in the gitops reconciler.

That way we avoid having race conditions between both reconcilers trying to delete the same BundleDeployments

Related to: #2586

As we are using finalizers for Bundles we can let the Bundle reconciler deal
with its BundleDeployments and just delete the Bundle in the gitopts reconciler.

That way we avoid having race conditions between both reconcilers trying to
delete the same BundleDeployments

Related to: rancher#2586

Signed-off-by: Xavi Garcia <[email protected]>
@0xavi0 0xavi0 added this to the v2.9-Next1 milestone Jul 4, 2024
@0xavi0 0xavi0 self-assigned this Jul 4, 2024
@0xavi0 0xavi0 marked this pull request as ready for review July 4, 2024 11:55
@0xavi0 0xavi0 requested a review from a team as a code owner July 4, 2024 11:55
@0xavi0 0xavi0 merged commit b761475 into rancher:main Jul 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants