Skip to content

Commit acb9140

Browse files
authored
Update k8s-vault-minikube-start.sh
1 parent 3908fff commit acb9140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

k8s-vault-minikube-start.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ checkCommandsAvailable cat docker grep helm jq kubectl minikube openssl sed vaul
99

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

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

0 commit comments

Comments
 (0)