docs: add ovhcloud cloud platform guide for talos v1.13#562
Merged
talos-bot merged 3 commits intoMay 18, 2026
Conversation
rothgar
reviewed
May 15, 2026
rothgar
reviewed
May 15, 2026
rothgar
reviewed
May 15, 2026
rothgar
reviewed
May 15, 2026
rothgar
reviewed
May 15, 2026
Add a new installation guide describing how to create an HA Kubernetes cluster on OVHCloud using the OpenStack CLI. The guide walks through environment setup, image upload, network infrastructure, compute instance creation, load balancer configuration, and cluster bootstrapping. Register the new page in both talos-v1.13.yaml and the generated docs.json so it appears in the navigation. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
Restructure the OVHCloud guide with numbered section headings for clearer step-by-step progression. Replace placeholder IPs with shell variables and loops to make the commands directly executable, add a dynamic image factory link tied to the Talos v1.13 release, and introduce TALOSCONFIG export so subsequent talosctl commands no longer need the --talosconfig flag. Also note that load balancer provisioning can take a few minutes and use --wait to block until it is ready. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
f76a485 to
2766125
Compare
| export LOADBALANCER_FLAVOR_NAME=small | ||
| ``` | ||
|
|
||
| ## 1. Create the image |
Member
There was a problem hiding this comment.
please for consistency, say Step 1 ... and the likes
Iheanacho-ai
approved these changes
May 18, 2026
Update the numbered section headings in the Talos v1.13 OVHcloud installation guide to include the word 'Step' before each number. This improves readability and makes it clearer to users that these headings represent sequential steps in the installation procedure. Signed-off-by: Kevin Tijssen <kevin.tijssen@siderolabs.com>
Member
Author
|
/m |
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.
Add a new installation guide describing how to create an HA Kubernetes cluster on OVHCloud using the OpenStack CLI. The guide walks through environment setup, image upload, network infrastructure, compute instance creation, load balancer configuration, and cluster bootstrapping. Register the new page in both talos-v1.13.yaml and the generated docs.json so it appears in the navigation.