From b5323e41445aab44cf8db3df97b97b6fe61c9b42 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Tue, 10 May 2022 17:06:47 +0200 Subject: [PATCH] Fix wrong location for daemonset in readme This PR fixes an outdated reference in the docs where multus-daemonset.yml was expected to be found under the images folder. --- images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/README.md b/images/README.md index b03b2f4e1..fc31762b8 100644 --- a/images/README.md +++ b/images/README.md @@ -15,7 +15,7 @@ $ docker build -t dougbtv/multus -f images/Dockerfile . You may wish to deploy Multus as a daemonset, you can do so by starting with the example Daemonset shown here: ``` -$ kubectl create -f ./images/multus-daemonset.yml +$ kubectl create -f ./deployments/multus-daemonset.yml ``` Note: The likely best practice here is to build your own image given the Dockerfile, and then push it to your preferred registry, and change the `image` fields in the Daemonset YAML to reference that image.