mirror of https://github.com/linkerd/linkerd2.git
* update linkerd2-cni templates and cli * update readme and docs * update helm unit tests * update helm build script * use smaller case linkerd version Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com> |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
OWNERS | ||
README.md | ||
values.yaml |
README.md
Linkerd2-cni Helm Chart
Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes. The Linkerd CNI plugin takes care of setting up your pod's network so incoming and outgoing traffic is proxied through the data plane.
Configuration
The following table lists the configurable parameters of the Linkerd2-cni chart and their default values.
Parameter | Description | Default |
---|---|---|
namespace |
Control plane namespace | linkerd |
controllerNamespaceLabel |
Control plane label. Do not edit | linkerd.io/control-plane-ns |
cniResourceAnnotation |
CNI resource annotation. Do not edit | linkerd.io/cni-resource |
inboundProxyPort |
Inbound port for the proxy container | 4143 |
outboundProxyPort |
Outbound port for the proxy container | 4140 |
ignoreInboundPorts |
Inbound ports the proxy should ignore | |
ignoreOutboundPorts |
Outbound ports the proxy should ignore | |
createdByAnnotation |
Annotation label for the proxy create. Do not edit. | linkerd.io/created-by |
cniPluginImage |
Docker image for the cni plugin | gcr.io/linkerd-io/cni-plugin |
cniPluginVersion |
Tag for the cni container Docker image | stable-2.6.0 |
logLevel |
Log level for the cni plugin | info |
portsToRedirect |
Ports to redirect to proxy | |
proxyUID |
User id under which the proxy shall be ran | 2102 |
destCNINetDir |
Directory on the host where the CNI configuration will be placed | /etc/cni/net.d |
destCNIBinDir |
Directory on the host where the CNI plugin binaries reside | /opt/cni/bin |
useWaitFlag |
Configures the CNI plugin to use the -w flag for the iptables command | false |