Skip to content

Commit

Permalink
fix(quick start)-You do not need to clone the repository and directly…
Browse files Browse the repository at this point in the history
… deliver the installation file (#1210)

Signed-off-by: Zechun Chen <zechun.chen@daocloud.io>
  • Loading branch information
Fish-pro committed Jan 18, 2024
1 parent 36ba303 commit 3477c9c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,19 @@ master-2 Ready master 1h v1.17.1

Our recommended quickstart method to deploy Multus is to deploy using a Daemonset (a method of running pods on each nodes in your cluster), this spins up pods which install a Multus binary and configure Multus for usage.

Firstly, clone this GitHub repository.

```
git clone https://github.com/k8snetworkplumbingwg/multus-cni.git && cd multus-cni
```

We'll apply a YAML file with `kubectl` from this repo, which installs the Multus components.

Recommended installation:

```
cat ./deployments/multus-daemonset-thick.yml | kubectl apply -f -
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset-thick.yml
```
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 -
kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml
```

### What the Multus daemonset does
Expand Down

0 comments on commit 3477c9c

Please sign in to comment.