Skip to content

Commit

Permalink
Update cilium-incluster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Oct 21, 2024
1 parent fd985c6 commit ee15f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cilium-incluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ helm repo add cilium https://helm.cilium.io/
$ helm pull cilium/cilium --version=1.16.2 --untar
```

#### Set cni-exclusive flag in cilium is set to false
#### Set cni-exclusive flag in cilium to false

```
## Change exclusive flag in values.yaml inside the downloaded chart dir "cilium":
Expand Down Expand Up @@ -94,7 +94,7 @@ To install multus, we will use the following steps :
$ kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml # thin deployment
```

Further usage and installation guides can be found here
Further usage and installation guides can be found [here](https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs%2Fquickstart.md)

Next, we create a macvlan attachment object with multus with the following yaml (save it as multus-macvlan.yaml) :

Expand Down

0 comments on commit ee15f6a

Please sign in to comment.