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.