Cleanup dev-env script (#4932)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-25 20:17:26 -03:00 committed by GitHub
parent 1443ebf5a8
commit a4f3467f9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -36,8 +36,7 @@ DEV_IMAGE=${REGISTRY}/nginx-ingress-controller:${TAG}
{ [ "$(minikube status | grep -c Running)" -ge 2 ] && minikube status | grep -qE ': Configured$|Correctly Configured'; } \
|| minikube start \
--extra-config=kubelet.sync-frequency=1s \
--extra-config=apiserver.authorization-mode=RBAC \
--kubernetes-version=v1.15.0
--extra-config=apiserver.authorization-mode=RBAC
# shellcheck disable=SC2046
eval $(minikube docker-env --shell bash)