chore(clustertool): update lots of docs

This commit is contained in:
Kjeld Schouten
2024-10-25 22:30:35 +02:00
parent 579667118a
commit 63f4f0217d
31 changed files with 105 additions and 201 deletions
+4 -4
View File
@@ -12,12 +12,12 @@ import (
)
var genConfigLongHelp = strings.TrimSpace(`
ClusterTool after all your settings are entered into talconfig.yaml and talenv.yaml, Clustertool generates a complete clusterconfiguration using TalHelper and various other tools.
After all your settings are entered into talconfig.yaml and clusterenv.yaml, Clustertool generates a complete clusterconfiguration using TalHelper and various other tools.
Its important to note, that running clustertool genconfig, again after each settings change, is absolutely imperative to be able to deploy said settings to your cluster.
Powered by TalHelper (https://budimanjojo.github.io/talhelper/)
It's important to note that running clustertool genconfig, again after each settings change, is absolutely imperative to be able to deploy said settings to your cluster.
This does not only generate the Talos "Machine Config" files, but also ensures an updated configmap containing your "clusterenv.yaml" settings, is added to the /manifests/ directory, for consumption by FluxCD when added.
It also ensures the same configmap is always added by updating the patches.
`)
var genConfig = &cobra.Command{