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

Merged

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 2 times, most recently 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 3 times, most recently from b7617aa to 998a92b Compare December 20, 2024 09:37
Copy link
Member

@alexander-demicev alexander-demicev left a comment

Choose a reason for hiding this comment

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

great work!

Copy link
Contributor

@furkatgofurov7 furkatgofurov7 left a comment

Choose a reason for hiding this comment

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

Nice work, one comment on image building process though

Makefile Show resolved Hide resolved
Copy link
Contributor

@anmazzotti anmazzotti left a comment

Choose a reason for hiding this comment

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

Little copy-paste typo

Makefile Outdated Show resolved Hide resolved
@salasberryfin salasberryfin force-pushed the clusterclass-operations-scaffold branch 3 times, most recently from b3671a7 to 1e43aa4 Compare January 3, 2025 10:29
@salasberryfin salasberryfin force-pushed the clusterclass-operations-scaffold branch from 1e43aa4 to 3947ffb Compare January 3, 2025 10:30
@salasberryfin salasberryfin merged commit 359128c into rancher:main Jan 3, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

[ClusterClass Operations] Scaffolding
4 participants