Skip to content

Commit

Permalink
Changed parameters for minikube start
Browse files Browse the repository at this point in the history
When minikube is started with `--network-plugin=cni --cni=false`
the minikube cluster is started with the cni plugin configured and no
cni installed. This is a better prepared cluster when the next step is
to install cilium.

Signed-off-by: Duffie Cooley <dcooley@isovalent.com>
  • Loading branch information
mauilion committed Jul 8, 2021
1 parent 9c80044 commit 91700cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/gettingstarted/k8s-install-default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,11 @@ to create a Kubernetes cluster locally or using a managed Kubernetes service:

Install minikube >= v1.5.2 as per minikube documentation:
`Install Minikube <https://kubernetes.io/docs/tasks/tools/install-minikube/>`_.
The following command will bring up a single node minikube cluster prepared for installing cilium.

.. code-block:: shell-session
minikube start --network-plugin=cni
minikube start --network-plugin=cni --cni=false
.. note::

Expand Down

0 comments on commit 91700cc

Please sign in to comment.