Skip to content

Commit

Permalink
upgrade minikube version and assign docker driver
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 2, 2025
1 parent 047d0c0 commit cdd2d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minikube-k8s-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Start minikube
uses: medyagh/setup-minikube@master
with:
minikube-version: 1.33.1
minikube-version: 1.35.0
driver: docker
kubernetes-version: v1.30.0
- name: test script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-vault-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Start minikube
uses: medyagh/setup-minikube@master
with:
minikube-version: 1.33.1
minikube-version: 1.35.0
driver: docker
kubernetes-version: v1.30.0
- name: Setup helm
Expand Down
2 changes: 1 addition & 1 deletion k8s-vault-minikube-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checkCommandsAvailable helm minikube jq vault sed grep docker grep cat

echo "This is only a script for demoing purposes. You can comment out line 22 and work with your own k8s setup"
echo "This script is based on the steps defined in https://learn.hashicorp.com/tutorials/vault/kubernetes-minikube . Vault is awesome!"
minikube start --kubernetes-version=v1.30.0
minikube start --kubernetes-version=v1.30.0 --driver=docker

echo "Patching default ns with new PSA; we should run as restricted!"
kubectl apply -f k8s/workspace-psa.yml
Expand Down

0 comments on commit cdd2d78

Please sign in to comment.