docs: Small docs updates, peering and K8s CNI (#15702)

This commit is contained in:
David Yu 2022-12-07 10:08:24 -08:00 committed by GitHub
parent b49c9ee850
commit 353928dde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -17,8 +17,8 @@ The following configuration entries are supported:
- [Mesh](/docs/connect/config-entries/mesh) - controls
mesh-wide configuration that applies across namespaces and federated datacenters.
- [Exported Services](/docs/connect/config-entries/exported-services) <EnterpriseAlert inline /> - enables
Consul to export service instances to other admin partitions.
- [Exported Services](/docs/connect/config-entries/exported-services) - enables
Consul to export service instances to other peers or to other admin partitions local or remote to the datacenter.
- [Proxy Defaults](/docs/connect/config-entries/proxy-defaults) - controls
proxy configuration

View File

@ -25,7 +25,7 @@ The Helm chart has no required configuration, so it installs a Consul cluster wi
## Requirements
Using the Helm Chart requires Helm version 3.2+. Visit the [Helm website](https://helm.sh/docs/intro/install/) to download the latest version.
Using the Helm Chart requires Helm version 3.6+. Visit the [Helm website](https://helm.sh/docs/intro/install/) to download the latest version.
## Install Consul
@ -177,11 +177,11 @@ 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` | `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` |