We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3908fff + acb9140 commit f1f59deCopy full SHA for f1f59de
k8s-vault-minikube-start.sh
@@ -9,7 +9,8 @@ checkCommandsAvailable cat docker grep helm jq kubectl minikube openssl sed vaul
9
10
echo "This is only a script for demoing purposes. You can comment out line 22 and work with your own k8s setup"
11
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
+echo "This requires minikube-version: 1.36.0 or later"
13
+minikube start --kubernetes-version=v1.33.0 --driver=docker
14
15
echo "Patching default ns with new PSA; we should run as restricted!"
16
kubectl apply -f k8s/workspace-psa.yml
0 commit comments