Update install.mdx

pull/15702/head
David Yu 2 years ago committed by GitHub
parent 4c0d7d495c
commit 89c6f20db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,8 +177,8 @@ To configure the plugin to be installed, add the following configuration to your
The following table describes the available CNI plugin options:
| Option | Description | Default |
| --- | --- | --- |
| Option | Description | Default |
| ---------- | ----------- | ------------- |
| `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. Ex: `kube-system` | namespace used for `consul-k8s` install i.e. `consul` |

Loading…
Cancel
Save