Skip to content

Commit

Permalink
bump minikube and kubernetes versions
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed May 27, 2021
1 parent 5ff0072 commit a442d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .ci/start-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ set -x
# socat is needed for port forwarding
sudo apt-get update && sudo apt-get install socat

export MINIKUBE_VERSION=v1.5.2
export KUBERNETES_VERSION=v1.16.2
export MINIKUBE_VERSION=v1.11.0
export KUBERNETES_VERSION=v1.19.1

MINIKUBE=$(which minikube) # it's outside of the regular PATH, so, need the full path when calling with sudo

Expand All @@ -32,7 +32,7 @@ minikube config set WantNoneDriverWarning false
minikube config set vm-driver none

minikube version
sudo ${MINIKUBE} start --kubernetes-version=$KUBERNETES_VERSION --extra-config=apiserver.authorization-mode=RBAC
sudo ${MINIKUBE} start --kubernetes-version=$KUBERNETES_VERSION --extra-config=apiserver.authorization-mode=RBAC,Node
sudo chown -R $USER $HOME/.kube $HOME/.minikube

minikube update-context
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
- uses: actions/[email protected]
with:
go-version: '1.14.4'
- name: "install pre-requisites"
run: sudo apt-get install -y conntrack
- uses: jpkrohling/[email protected]
with:
minikube-version: v1.5.2
minikube-version: v1.11.0
- uses: jpkrohling/[email protected]
- uses: jpkrohling/[email protected]
with:
Expand Down

0 comments on commit a442d2d

Please sign in to comment.