chore(clustertool): update lots of docs
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user