restructure file

pull/1/head
Andrew Coleman 2019-07-09 14:23:24 -04:00
parent 9a52000d6c
commit b26a4c1c65
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,3 @@
export MINIKUBE_WANTUPDATENOTIFICATION=true
export MINIKUBE_WANTREPORTERRORPROMPT=false
export MINIKUBE_WANTKUBECTLDOWNLOADMSG=false
export MINIKUBE_HOME=$HOME
export MINIKUBE_DRIVER=kvm2
export CHANGE_MINIKUBE_NONE_USER=true
test -d $HOME/.kube || mkdir $HOME/.kube
test -f $HOME/.kube/config || touch $HOME/.kube/config
export KUBECONFIG=$HOME/.kube/config

View File

@ -1 +1,7 @@
export MINIKUBE_MEMORY=4096
export MINIKUBE_WANTUPDATENOTIFICATION=true
export MINIKUBE_WANTREPORTERRORPROMPT=false
export MINIKUBE_WANTKUBECTLDOWNLOADMSG=false
export MINIKUBE_HOME=$HOME
export MINIKUBE_DRIVER=kvm2
export CHANGE_MINIKUBE_NONE_USER=true