mirror of https://github.com/istio/istio.io.git
Add MicroK8S CNI config (#14782)
* Add MicroK8S CNI config from https://github.com/istio/istio/issues/50063 Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io> * Spelling lint Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io> --------- Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
This commit is contained in:
parent
e30ab6491d
commit
c109aea5fa
|
@ -16,6 +16,10 @@ This document covers any platform or environment specific prerequisites for inst
|
|||
you must append `--set cni.cniNetnsDir="/var/run/docker/netns"` to the `helm install` command so that the `istio-cni` node agent can correctly manage
|
||||
and capture pods on the node.
|
||||
|
||||
### MicroK8s
|
||||
|
||||
1. If you are using [MicroK8s](https://microk8s.io/), you must append `--set values.cni.cniConfDir=/var/snap/microk8s/current/args/cni-network --set values.cni.cniBinDir=/var/snap/microk8s/current/opt/cni/bin` to the `helm install` command, as MicroK8s [uses nonstandard locations for CNI configuration and binaries](https://microk8s.io/docs/change-cidr).
|
||||
|
||||
## CNI
|
||||
|
||||
### Cilium
|
||||
|
|
Loading…
Reference in New Issue