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 d54ee6e commit ee941cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/cilium-incluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ $ helm pull cilium/cilium --version=1.16.2 --untar
exclusive: false
```

The importance of setting this flag will become evident in subsequent sections.
The importance of setting this flag will become evident in subsequent sections. Also, if cilium is already installed, this flag can be changed by using :

```
$ kubectl edit configmap -n kube-system cilium-config
## change cni-exclusive flag
```

#### Deploy cilium using helm

Expand Down

0 comments on commit ee941cf

Please sign in to comment.