🌱 Enable multiple control plane classes#7
Open
Dhairya-Arora01 wants to merge 8 commits intosyself-1.13.1from
Open
🌱 Enable multiple control plane classes#7Dhairya-Arora01 wants to merge 8 commits intosyself-1.13.1from
Dhairya-Arora01 wants to merge 8 commits intosyself-1.13.1from
Conversation
- ClusterClass now supports multiple classes for control-plane - similar to workers. - Cluster topology now includes a field "class" for control-plane which references to the control. Signed-off-by: Dhairya Arora <dhairya.arora@syself.com>
Fix container image push failure in CI - Changed REGISTRY from ghcr.io/syself/cluster-api-prod to ghcr.io/syself - This fixes the docker push failure by using the standard GHCR image naming format - Images will now be pushed as ghcr.io/syself/cluster-api-controller-amd64:v1.11.6-syself.1.2
Prevents git describe --abbrev=0 from picking up an older tag when multiple tags point to the same commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds push_release_images and push_release_image_manifests jobs to the tag-release workflow to build and push multi-arch container images to ghcr.io/syself on every version tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e's infra machine template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR involves cherry-picking the squashed commit from the PR #3 and PR #6 to enable multiple control plane classes for CAPI v1.13.1
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 #