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.
This commit is contained in:
Daniel Mellado 2022-05-10 17:06:47 +02:00
parent dcbc215b93
commit b5323e4144
No known key found for this signature in database
GPG Key ID: 0D175BEAC2BC583E

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.