Skip to content

Commit

Permalink
CI: Update Kubernetes to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed May 24, 2023
1 parent 5abd5ce commit 410a8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
sudo mkdir -p /usr/local/bin
sudo curl -Lo /usr/local/bin/minikube https://github.com/kubernetes/minikube/releases/download/v1.30.1/minikube-linux-amd64
sudo chmod +x /usr/local/bin/minikube
sudo curl -Lo /usr/local/bin/kubectl https://dl.k8s.io/release/v1.24.11/bin/linux/amd64/kubectl
sudo curl -Lo /usr/local/bin/kubectl https://dl.k8s.io/release/v1.25.10/bin/linux/amd64/kubectl
sudo chmod +x /usr/local/bin/kubectl
- name: Start Kubernetes cluster
run: |
minikube start --kubernetes-version=1.24.11 --driver=docker --nodes=1 --container-runtime=docker --ports=8000:30808
minikube start --kubernetes-version=1.25.10 --driver=docker --nodes=1 --container-runtime=docker --ports=8000:30808
kubectl describe node
kubectl apply -f k8s/ingress-nginx.yml
- name: Build image
Expand Down

0 comments on commit 410a8db

Please sign in to comment.