Change CNI config directory to /etc/cni/net.d

* Change CNI config directory from `/etc/kubernetes/cni/net.d`
to `/etc/cni/net.d` (Kubelet default)
* https://github.com/poseidon/terraform-render-bootstrap/pull/255
This commit is contained in:
Dalton Hubble
2021-04-01 23:45:19 -07:00
parent 96aed4c3c3
commit 798ec9a92f
31 changed files with 51 additions and 51 deletions

View File

@ -46,7 +46,7 @@ Typhoon conventional directories.
| Kubelet setting | Host location |
|-------------------|--------------------------------|
| cni-conf-dir | /etc/kubernetes/cni/net.d |
| cni-conf-dir | /etc/cni/net.d |
| pod-manifest-path | /etc/kubernetes/manifests |
| volume-plugin-dir | /var/lib/kubelet/volumeplugins |