Skip to content

Commit

Permalink
Merge pull request cert-manager#1347 from dontreboot/minikube-doc
Browse files Browse the repository at this point in the history
update minikube startup instruction
  • Loading branch information
jetstack-bot committed Feb 9, 2019
2 parents d4c6317 + 22a286e commit 1f4d442
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/devel/develop-with-minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ First, run minikube, and configure your local kubectl command to work with minik
minikube version: v0.25.0
# Start a local cluster
# If using Minikube v0.25.0 or older:
$ minikube start --extra-config=apiserver.Authorization.Mode=RBAC
# Otherwise:
$ minikube start
# Verify it works. This should output a local apiserver IP
$ kubectl cluster-info
Expand Down Expand Up @@ -96,4 +99,4 @@ However, if you make changes to the helm chart or wish to change the controller'
.. _Bazel: https://docs.bazel.build/versions/master/install.html
.. _Docker: https://store.docker.com/search?type=edition&offering=community
.. _Git: https://git-scm.com/downloads
.. _Mercurial: https://www.mercurial-scm.org/
.. _Mercurial: https://www.mercurial-scm.org/

0 comments on commit 1f4d442

Please sign in to comment.