Merge pull request #844 from danielmellado/fix-images-docs

Fix wrong location for daemonset in readme
This commit is contained in:
Doug Smith
2022-05-10 11:42:14 -04:00
committed by GitHub

View File

@@ -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.