forked from github/multus-cni
Merge remote-tracking branch 'origin/master' into feature/multus-4.0
This commit is contained in:
commit
df903a757e
@ -604,7 +604,7 @@ The `--multus-master-cni-file-name` can be used to select the cni file as the ma
|
|||||||
--multus-log-level=
|
--multus-log-level=
|
||||||
--multus-log-file=
|
--multus-log-file=
|
||||||
|
|
||||||
Used only with `--multus-conf-file=auto`. See the documentation for logging for which values are permitted.
|
Used only with `--multus-conf-file=auto`. See the [documentation for logging](https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs/configuration.md#logging) for which values are permitted.
|
||||||
|
|
||||||
Used only with `--multus-conf-file=auto`. Allows you to specify CNI spec version. Please set if you need to specify CNI spec version.
|
Used only with `--multus-conf-file=auto`. Allows you to specify CNI spec version. Please set if you need to specify CNI spec version.
|
||||||
|
|
||||||
|
@ -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:
|
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.
|
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