✨ Create cluster-stack for rke2#246
Open
schmidax wants to merge 5 commits intoSovereignCloudStack:mainfrom
Open
✨ Create cluster-stack for rke2#246schmidax wants to merge 5 commits intoSovereignCloudStack:mainfrom
schmidax wants to merge 5 commits intoSovereignCloudStack:mainfrom
Conversation
Signed-off-by: Axel Schmidt <axel.schmidt@rz.uni-augsburg.de>
garloff
reviewed
Dec 19, 2025
Member
garloff
left a comment
There was a problem hiding this comment.
Just minor spelling improvements, there are probably a few more throughout the doc. Important of course is that the doc exists and works, the spelling is just sugar ...
providers/openstack/rke2/README.md
Outdated
|
|
||
| ## Getting started | ||
|
|
||
| At first you need a Ready installed Rancher Management Dashboard (without any existing Downstreamclusters installed via custom-cluster. The cso will breake the management). |
Member
There was a problem hiding this comment.
Suggested change
| At first you need a Ready installed Rancher Management Dashboard (without any existing Downstreamclusters installed via custom-cluster. The cso will breake the management). | |
| At first you need a ready installed Rancher Management Dashboard (without any existing downstream clusters installed via custom-cluster. The cso will break the management). |
providers/openstack/rke2/README.md
Outdated
|
|
||
| For Rancher Version < 2.13 you must install the Rancher Turtles to open the preinstalled capi. https://ranchermanager.docs.rancher.com/integrations-in-rancher/cluster-api/overview | ||
|
|
||
| For Rancher Version >= 2.13 the Rancher Turtles is preinstalled and enabled by default. Only the Rancher Turtles UI must be installed sepratly. https://turtles.docs.rancher.com/turtles/v0.24/en/tutorials/quickstart.html#_capi_ui_extension_installation |
Member
There was a problem hiding this comment.
Suggested change
| For Rancher Version >= 2.13 the Rancher Turtles is preinstalled and enabled by default. Only the Rancher Turtles UI must be installed sepratly. https://turtles.docs.rancher.com/turtles/v0.24/en/tutorials/quickstart.html#_capi_ui_extension_installation | |
| For Rancher Version >= 2.13 the Rancher Turtles is preinstalled and enabled by default. Only the Rancher Turtles UI need to be installed separately. See <https://turtles.docs.rancher.com/turtles/v0.24/en/tutorials/quickstart.html#_capi_ui_extension_installation> |
Signed-off-by: Axel Schmidt <axel.schmidt@rz.uni-augsburg.de>
Author
|
I have revised the readme file and it should now be free of spelling mistakes. |
…ne-template.yaml Signed-off-by: Axel Schmidt <64590250+schmidax@users.noreply.github.com>
schmidax
commented
Jan 26, 2026
| maxSurge: 1 | ||
| registrationMethod: "internal-first" | ||
| serverConfig: | ||
| cni: cilium |
Author
There was a problem hiding this comment.
cni is now set to cilium by default
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 extends this repository with the ability to create “RKE2 clusters” in OpenStack. In addition, the README documents how to prepare the Rancher dashboard together with Rancher Turtles (installed by default from version 1.13 onwards) so that the cluster-stack-operator can run on a Rancher management cluster and the created RKE2 clusters are also automatically imported into the dashboard.