Skip to content

Commit

Permalink
docs: Add note about --cni=cilium flag
Browse files Browse the repository at this point in the history
From minikube v1.12.1+, the flag passed to `minikube start` command
will deploy quick-install.yaml automatically. However, it currently installs
v1.8 by default so add a note regarding this.

Signed-off-by: Aditi Ghag <aditi@cilium.io>
  • Loading branch information
aditighag committed Jun 1, 2021
1 parent 4915bc4 commit 4c33568
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/gettingstarted/k8s-install-default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ to create a Kubernetes cluster locally or using a managed Kubernetes service:
minikube start --network-plugin=cni
.. note::

From minikube v1.12.1+, cilium networking plugin can be enabled directly with
``--cni=cilium`` parameter in ``minikube start`` command. However, this may not
install the latest version of cilium.

Install the Cilium CLI
======================

Expand Down

0 comments on commit 4c33568

Please sign in to comment.