chore(website): some link fixes

This commit is contained in:
Kjeld Schouten
2024-10-25 23:19:04 +02:00
parent cf4d1db11d
commit 4eb03c883f

View File

@@ -59,10 +59,10 @@ Follow the linked Guides to find more details on how to create your own Talos Cl
- [VM Setup](/clustertool/virtual-machines/systemrequirements)
- [Getting Started with Clustertool](/clustertool/getting-started/)
- [clustertool init](/clustertool/functions/init/)
- [clustertool init](/clustertool/commands/init/)
- Edit your config (talconfig.yaml and clusterenv.yaml)
- [clustertool genconfig](/clustertool/functions/genconfig/)
- [clustertool apply](/clustertool/functions/apply/)
- [clustertool genconfig](/clustertool/commands/genconfig/)
- [clustertool apply](/clustertool/commands/apply/)
Afterwards you are ready to migrate your SCALE Apps.
@@ -74,15 +74,15 @@ In short, you will need the following commands from ClusterTool:
To export all your SCALE Apps into a ClusterTool compatible format.
- [clustertool scaleexport](/clustertool/functions/scale/scaleexport/)
- [clustertool scaleexport](/clustertool/commands/scale/export)
To turn the exported Apps into ClusterTool and Fluxcd compatible Helm-Release Files:
- [clustertool scalemigrate](clustertool/functions/scale/scalemigrate/)
- [clustertool scalemigrate](clustertool/commands/scale/migrate/)
And last, but certianly not least, to install the converted Helm-Release Files onto your cluster:
- [clustertool helmrelease install](/clustertool/functions/helmrelease/install/)
- [clustertool helmrelease install](/clustertool/commands/helmrelease/install/)