From 426e9b258198456a74bb253f122df437e2caa05b Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 15 Nov 2018 15:50:45 +0100 Subject: [PATCH] Add 'skip in case of daemonset' at "SA, ClusterRole..." --- doc/how-to-use.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/how-to-use.md b/doc/how-to-use.md index 155326367..f1d9bf4e4 100644 --- a/doc/how-to-use.md +++ b/doc/how-to-use.md @@ -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 - ``` -### 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)