From 4a444fddaaed1a8947e84d3dfeab3ad8ed42232f Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Tue, 20 Aug 2024 14:57:37 +0300 Subject: [PATCH] (config typo) Unwriteable => unwritable Just noticed a typo (unwriteable) while glancing. Signed-off-by: Kimmo Lehto --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4e7caf49d93b..a039fdb6bf96 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -164,7 +164,7 @@ k0s can also work with externally managed Etcd cluster. If this is configured, k | `vxlanVNI` | The virtual network ID for VXLAN (default: `4096`). | | `mtu` | MTU for overlay network (default: `0`, which causes Calico to detect optimal MTU during bootstrap). | | `wireguard` | Enable wireguard-based encryption (default: `false`). Your host system must be wireguard ready (refer to the [Calico documentation](https://docs.projectcalico.org/security/encrypt-cluster-pod-traffic) for details). | -| `flexVolumeDriverPath` | The host path for Calicos flex-volume-driver(default: `/usr/libexec/k0s/kubelet-plugins/volume/exec/nodeagent~uds`). Change this path only if the default path is unwriteable (refer to [Project Calico Issue #2712](https://github.com/projectcalico/calico/issues/2712) for details). Ideally, you will pair this option with a custom ``volumePluginDir`` in the profile you use for your worker nodes. | +| `flexVolumeDriverPath` | The host path for Calicos flex-volume-driver(default: `/usr/libexec/k0s/kubelet-plugins/volume/exec/nodeagent~uds`). Change this path only if the default path is unwritable (refer to [Project Calico Issue #2712](https://github.com/projectcalico/calico/issues/2712) for details). Ideally, you will pair this option with a custom ``volumePluginDir`` in the profile you use for your worker nodes. | | `ipAutodetectionMethod` | Use to force Calico to pick up the interface for pod network inter-node routing (default: `""`, meaning not set, so that Calico will instead use its defaults). For more information, refer to the [Calico documentation](https://docs.projectcalico.org/reference/node/configuration#ip-autodetection-methods). | | `envVars` | Map of key-values (strings) for any calico-node [environment variable](https://docs.projectcalico.org/reference/node/configuration#ip-autodetection-methods). |