Add 'skip in case of daemonset' at "SA, ClusterRole..."

This commit is contained in:
Tomofumi Hayashi
2018-11-15 15:50:45 +01:00
parent b13b3c9e65
commit 426e9b2581

View File

@@ -26,7 +26,9 @@ You could copy binary directory or could use daemonset yaml in multus repository
$ cat ./images/{multus-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f - $ cat ./images/{multus-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -
``` ```
### Set up conf file in /etc/cni/net.d/ ### Set up conf file in /etc/cni/net.d/ (daemonset automatically does)
**If you use daemonset to install multus, skip this section and go to "Create network attachment"**
You put CNI config file in `/etc/cni/net.d`. Kubernetes CNI runtime uses the alphabetically first file in the directory. (`"Note1"`, `"Note2"` are just comments, you can remove them at your configuration) You put CNI config file in `/etc/cni/net.d`. Kubernetes CNI runtime uses the alphabetically first file in the directory. (`"Note1"`, `"Note2"` are just comments, you can remove them at your configuration)