Skip to content

Commit

Permalink
mini-e2e: use minukube v1.11.0
Browse files Browse the repository at this point in the history
We need a newer version that fixes kubernetes/minikube#6472.

Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic committed Jul 30, 2020
1 parent d9ababd commit 5c24abf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion single-node-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function set_env() {
export GO_METALINTER_THREADS=1
export HELM_VERSION="v3.1.2"
export VM_DRIVER="none"
export MINIKUBE_VERSION="v1.6.0"
export MINIKUBE_VERSION="v1.11.0"
export CHANGE_MINIKUBE_NONE_USER=true
export KUBECONFIG="$HOME/.kube/config"
export CEPH_CSI_RUN_ALL_TESTS=true
Expand Down Expand Up @@ -123,6 +123,8 @@ if [ "$test_type" = "functest" ]; then
# running e2e.test requires librados and librbd
yum -y install librados2 librbd1

# minikube needs socat
yum -y install socat
sh scripts/travis-functest.sh "${k8s_version}"
check_errs $? "Error occured while running functional tests"

Expand Down

0 comments on commit 5c24abf

Please sign in to comment.