Merge pull request #1053 from danielhass/patch-1

Added non-changeable options to rke2-cluster-configuration
This commit is contained in:
Billy Tat
2024-01-09 14:16:20 -08:00
committed by GitHub
5 changed files with 62 additions and 0 deletions
@@ -331,6 +331,9 @@ machineGlobalConfig:
- key2=value2
```
There are some configuration options that can't be changed when provisioning via Rancher:
- data-dir (folder to hold state), which defaults to `/var/lib/rancher/rke2`.
### machineSelectorConfig
This is the same as [`machineGlobalConfig`](#machineglobalconfig) except that a [label](#kubernetes-node-labels) selector can be specified with the configuration. The configuration will only be applied to nodes that match the provided label selector.