From 9f08daf2ece2eea272880742cea9013c7fe80e4a Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 7 Dec 2022 09:56:49 -0800 Subject: [PATCH] Update install.mdx --- website/content/docs/k8s/installation/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index cc16536572..138fdbb985 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -181,7 +181,7 @@ The following table describes the available CNI plugin options: | ---------- | ----------- | ------------- | | `cni.enabled` | Boolean value that enables or disables the CNI plugin. If `true`, the plugin is responsible for redirecting traffic in the service mesh. If `false`, redirection is handled by the `connect-inject init` container. | `false` | | `cni.logLevel` | String value that specifies the log level for the installer and plugin. You can specify the following values: `info`, `debug`, `error`. | `info` | -| `cni.namespace` | Set the namespace to install the CNI plugin into. Overrides global namespace settings for CNI resources, i.e. `kube-system` | namespace used for `consul-k8s` install, i.e. `consul` | +| `cni.namespace` | Set the namespace to install the CNI plugin into. Overrides global namespace settings for CNI resources, for example `kube-system` | namespace used for `consul-k8s` install, for example `consul` | | `cni.multus` | Boolean value that enables multus CNI plugin support. If `true`, multus will be enabled. If `false`, Consul CNI will operate as a chained plugin. | `false` | | `cni.cniBinDir` | String value that specifies the location on the Kubernetes node where the CNI plugin is installed. | `/opt/cni/bin` | | `cni.cniNetDir` | String value that specifies the location on the Kubernetes node for storing the CNI configuration. | `/etc/cni/net.d` |