Skip to content

Commit

Permalink
moved crio details out of the README.md and into the ./docs/quickstar…
Browse files Browse the repository at this point in the history
…t.md
  • Loading branch information
aneeshkp committed Jan 30, 2019
1 parent 747d31b commit f229cbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -32,13 +32,6 @@ We apply these files as such:
$ cat ./images/{multus-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -
```

Note: For crio runtime use multus-crio-daemonset.yml (crio uses /usr/libexec/cni as default path for plugin directory). Before deploying daemonsets,delete all default network plugin configuration files under /etc/cni/net.d
If the runtime is cri-o, then apply these files.

```
$ cat ./images/{multus-crio-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -
```

This will configure your systems to be ready to use Multus CNI, but, to get started with adding additional interfaces to your pods, refer to our complete [quick-start guide](doc/quickstart.md)

## Additional installation Options
Expand Down
6 changes: 6 additions & 0 deletions doc/quickstart.md
Expand Up @@ -27,6 +27,12 @@ We'll apply files to `kubectl` from this repo. The files we're applying here spe
$ cat ./images/{multus-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -
```

Note: For crio runtime use multus-crio-daemonset.yml (crio uses /usr/libexec/cni as default path for plugin directory). Before deploying daemonsets,delete all default network plugin configuration files under /etc/cni/net.d
If the runtime is cri-o, then apply these files.

```
$ cat ./images/{multus-crio-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -
```
### Validating your installation

Generally, the first step in validating your installation is to look at the `STATUS` field of your nodes, you can check it out by looking at:
Expand Down
4 changes: 0 additions & 4 deletions images/README.md
Expand Up @@ -17,10 +17,6 @@ You may wish to deploy Multus as a daemonset, you can do so by starting with the
```
$ kubectl create -f ./images/multus-daemonset.yml
```
Note: For crio runtime use multus-crio-daemonset.yml (crio uses /usr/libexec/cni as default path for plugin directory). Before deploying daemonsets,delete all default network plugin configuration files under /etc/cni/net.d
```
$ kubectl create -f ./images/multus-crio-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.

Expand Down

0 comments on commit f229cbe

Please sign in to comment.