Skip to content

Commit

Permalink
minikube: update to k8s 1.15.2
Browse files Browse the repository at this point in the history
- Also remove the check for default-http-backend deployment, that doesn't
  appear to be part of the minikube ingress addon anymore.

Signed-off-by: Jared Watts <jbw976@gmail.com>
  • Loading branch information
jbw976 authored and hasheddan committed Aug 9, 2019
1 parent 0607014 commit 6d79f35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cluster/local/minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function check_context() {
}

# configure minikube
KUBE_VERSION=${KUBE_VERSION:-"v1.13.1"}
KUBE_VERSION=${KUBE_VERSION:-"v1.15.2"}
MEMORY=${MEMORY:-"3000"}
DRIVER=${DRIVER:-virtualbox}

Expand All @@ -67,7 +67,6 @@ case "${1:-}" in
${HELM} init --service-account tiller
kubectl -n kube-system rollout status deploy/tiller-deploy
kubectl -n kube-system rollout status deploy/nginx-ingress-controller
kubectl -n kube-system rollout status deploy/default-http-backend

copy_image_to_cluster ${BUILD_IMAGE} ${MINIKUBE_IMAGE}
;;
Expand Down

0 comments on commit 6d79f35

Please sign in to comment.