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

✨ allow changing strategy from ApplyAlways to Reconcile #20

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

dkoshkin
Copy link
Collaborator

What this PR does / why we need it:
Allows us to migrate ClusterResourceSets to the upstream Reconcile strategy and use CAPI directly with the next release

Tested manually by:

  1. Bringing up a cluster with strategy: Reconcile.
  2. Brining up a cluster with strategy: ApplyAlways and letting the mutating webhook change it to.
  3. Brining up a cluster with strategy: ApplyAlways and then upgrading with strategy: Reconcile and the webhook allowed it.
  4. Brining up a cluster with strategy: ApplyAlways and then upgrading with strategy: ApplyAlways the webhook modified it to strategy: Reconcile.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
First step to fixing https://d2iq.atlassian.net/browse/D2IQ-96102

Allows us to migrate ClusterResourceSets to the upstream Reconcile strategy and use CAPI directly with the next release
@dkoshkin dkoshkin changed the title feat: allow changing strategy from ApplyAlways to Reconcile ✨ allow changing strategy from ApplyAlways to Reconcile Sep 26, 2023
Copy link
Collaborator

@dlipovetsky dlipovetsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@dkoshkin dkoshkin merged commit 84190e3 into d2iq/release-1.5.1 Oct 9, 2023
9 of 10 checks passed
takirala pushed a commit that referenced this pull request Oct 27, 2023
Allows us to migrate ClusterResourceSets to the upstream Reconcile strategy and use CAPI directly with the next release
dlipovetsky pushed a commit that referenced this pull request Nov 1, 2023
Allows us to migrate ClusterResourceSets to the upstream Reconcile strategy and use CAPI directly with the next release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants