Skip to content

Commit

Permalink
docs: Recommend --embed-certs flag for starting minikube (argoproj#…
Browse files Browse the repository at this point in the history
…6170)

* Recommend --embed-certs flag for starting minikube

Signed-off-by: Dominik Braun <[email protected]>

* docs: Recommend --embed-certs flag for starting minikube

Signed-off-by: Dominik Braun <[email protected]>
  • Loading branch information
dominikbraun authored May 6, 2021
1 parent 8b6af8b commit 1797aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Docker version must be fairly recent, and support multi-stage builds. You sh
* We will assume that your Go workspace is at `~/go`.

!!! note
**Attention minikube users**: By default, minikube will create Kubernetes client configuration that uses authentication data from files. This is incompatible with the virtualized toolchain. So if you intend to use the virtualized toolchain, you have to embed this authentication data into the client configuration. To do so, issue `minikube config set embed-certs true` and restart your minikube. Please also note that minikube using the Docker driver is currently not supported with the virtualized toolchain, because the Docker driver exposes the API server on 127.0.0.1 hard-coded. If in doubt, run `make verify-kube-connect` to find out.
**Attention minikube users**: By default, minikube will create Kubernetes client configuration that uses authentication data from files. This is incompatible with the virtualized toolchain. So if you intend to use the virtualized toolchain, you have to embed this authentication data into the client configuration. To do so, start minikube using `minikube start --embed-certs`. Please also note that minikube using the Docker driver is currently not supported with the virtualized toolchain, because the Docker driver exposes the API server on 127.0.0.1 hard-coded. If in doubt, run `make verify-kube-connect` to find out.

## Submitting PRs

Expand Down

0 comments on commit 1797aa5

Please sign in to comment.