diff --git a/docs/reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md b/docs/reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md index ca377342025..2092b800be6 100644 --- a/docs/reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md +++ b/docs/reference-guides/cluster-configuration/rancher-server-configuration/k3s-cluster-configuration.md @@ -318,6 +318,7 @@ chartValues: chart-name: key: value ``` + ### machineGlobalConfig Specify K3s configurations. Any configuration change made here will apply to every node. The configuration options available in the [standalone version of k3s](https://docs.k3s.io/cli/server) can be applied here. @@ -331,6 +332,31 @@ machineGlobalConfig: - key2=value2 ``` +To make it easier to put files on nodes beforehand, Rancher expects the following values to be included in the configuration, while K3s expects the values to be entered as file paths: +- private-registry +- flannel-conf + +Rancher delivers the files to the path `/var/lib/rancher/k3s/etc/config-files/