forked from github/multus-cni
recommends thick plugin in quickstart (#894)
This commit is contained in:
@@ -48,19 +48,20 @@ Firstly, clone this GitHub repository.
|
|||||||
git clone https://github.com/k8snetworkplumbingwg/multus-cni.git && cd multus-cni
|
git clone https://github.com/k8snetworkplumbingwg/multus-cni.git && cd multus-cni
|
||||||
```
|
```
|
||||||
|
|
||||||
We'll apply a YAML file with `kubectl` from this repo.
|
We'll apply a YAML file with `kubectl` from this repo, which installs the Multus components.
|
||||||
|
|
||||||
For thin-plugin (i.e. standalone implementation) case:
|
Recommended installation:
|
||||||
|
|
||||||
```
|
|
||||||
cat ./deployments/multus-daemonset.yml | kubectl apply -f -
|
|
||||||
```
|
|
||||||
|
|
||||||
For [thick-plugin](docks/thick-plugin.md) (i.e. client/server implementation) case:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cat ./deployments/multus-daemonset-thick.yml | kubectl apply -f -
|
cat ./deployments/multus-daemonset-thick.yml | kubectl apply -f -
|
||||||
```
|
```
|
||||||
|
See the [thick plugin docs](./thick-plugin.md) for more information about this architecture.
|
||||||
|
|
||||||
|
Alternatively, you may install the thin-plugin with:
|
||||||
|
|
||||||
|
```
|
||||||
|
cat ./deployments/multus-daemonset.yml | kubectl apply -f -
|
||||||
|
```
|
||||||
|
|
||||||
### What the Multus daemonset does
|
### What the Multus daemonset does
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user