Skip to content

Commit

Permalink
Update cilium-setup.md
Browse files Browse the repository at this point in the history
Add note on simplified Cilium setup.
  • Loading branch information
bmuschko committed Jan 10, 2024
1 parent db3b7ee commit de51605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercises/31-networkpolicy/cilium-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

If you are using minikube, you will need to use the following command line options when starting the cluster. This will prepare the cluster for the installation of Cilium. Refer to the [Cilium documentation](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/) for more information.

> **_IMPORTANT:_** From minikube v1.12.1+, you simply install the Cilium CNI plugin using the command `minikube start --cni=cilium`. You can skip the instructions below.
```
$ minikube start --network-plugin=cni --cni=false
```
Expand Down Expand Up @@ -81,4 +83,4 @@ $ sha256sum --check cilium-linux-amd64.tar.gz.sha256sum
$ sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin
$ rm cilium-linux-amd64.tar.gz{,.sha256sum}
$ cilium status --wait
```
```

0 comments on commit de51605

Please sign in to comment.