You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Advanced**: You can also pass custom K3s parameters to the installer using the `INSTALL_K3S_EXEC` environment variable. For example, to set the kubeconfig file permissions to be readable by all users:
186
+
**Advanced**: You can also pass custom K3s parameters to the installer using the
187
+
`INSTALL_K3S_EXEC` environment variable. For example, to set the kubeconfig file
You can combine multiple K3s options in the `INSTALL_K3S_EXEC` variable. See the [K3s documentation](https://docs.k3s.io/installation/configuration) for a full list of available options.
194
+
You can combine multiple K3s options in the `INSTALL_K3S_EXEC` variable. See the
195
+
[K3s documentation](https://docs.k3s.io/installation/configuration) for a full list of
196
+
available options.
193
197
194
-
{{<warning>}}
195
-
Only modify K3s parameters if you understand exactly what you are changing and why. Incorrect K3s configuration can cause RDI installation to fail or result in an unstable deployment.
196
-
{{</warning>}}
198
+
**WARNING**: Only modify K3s parameters if you understand exactly what you are changing
199
+
and why. Incorrect K3s configuration can cause RDI installation to fail or result in an
200
+
unstable deployment.
197
201
{{< /note >}}
198
202
199
203
The RDI installer collects all necessary configuration details and alerts you to potential issues,
0 commit comments