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

feat: add clusterclass exp feature scaffolding #863

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

salasberryfin
Copy link
Contributor

@salasberryfin salasberryfin commented Nov 22, 2024

What this PR does / why we need it:

This PR adds the scaffolding for the new experimental feature ClusterClass operations: you can read more about the proposal here.

For now, this is just scaffolding for adding the new logic to Turtles, specifically the controlled rollout of changes to cluster/s using the new CRD ClusterUpgradeGroup drawing inspiration from Fleet. Effectively this is a new controller that runs on a new pod (equivalent to what we're doing with exp/etcdrestore).

This Controller is only deployed when using Tilt environment only (will be behind feature gate in subsequent iterations): image is created and controller pod deployed. No functionality is guaranteed yet.

When this is merged, we can start focusing on functionality, testing, etc. (issues are already available in this repository).

Which issue(s) this PR fixes:
Fixes #850

Special notes for your reviewer:

Checklist:

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

@salasberryfin salasberryfin force-pushed the clusterclass-operations-scaffold branch from 67f94d2 to 0c02b79 Compare December 19, 2024 10:01
@salasberryfin salasberryfin changed the title WIP: feat: add clusterclass exp feature scaffolding feat: add clusterclass exp feature scaffolding Dec 19, 2024
@salasberryfin salasberryfin marked this pull request as ready for review December 19, 2024 11:02
@salasberryfin salasberryfin requested a review from a team as a code owner December 19, 2024 11:02
@salasberryfin salasberryfin requested review from a team and removed request for a team December 19, 2024 15:16
@salasberryfin salasberryfin force-pushed the clusterclass-operations-scaffold branch from 0c02b79 to 6ee4727 Compare December 20, 2024 08:50
@salasberryfin salasberryfin force-pushed the clusterclass-operations-scaffold branch from 6ee4727 to 4abfec4 Compare December 20, 2024 08:57
@salasberryfin salasberryfin force-pushed the clusterclass-operations-scaffold branch from b7617aa to 998a92b Compare December 20, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ClusterClass Operations] Scaffolding
1 participant