Skip to content
Snippets Groups Projects
Commit 0b93f593 authored by Matjaz Pancur's avatar Matjaz Pancur
Browse files

pass CHANGE_MINIKUBE_NONE_USER into sudo with -E

parent 0f57bf19
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,6 @@ set -x
# create new minikube instance with standalone config (embedded certs like kubeadm creates)
# CHANGE_MINIKUBE_NONE_USER=true will copy .kube/config files from /root into ubuntu home folder
CHANGE_MINIKUBE_NONE_USER=true sudo minikube start --vm-driver none --embed-certs
CHANGE_MINIKUBE_NONE_USER=true
sudo -E minikube start --vm-driver none --embed-certs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment