mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-22 18:18:00 +00:00
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:
parent
dcbc215b93
commit
b5323e4144
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user