Skip to content

Commit

Permalink
Update minikube instructions (#411)
Browse files Browse the repository at this point in the history
Bug: T365364
  • Loading branch information
vivian-rook authored May 20, 2024
1 parent 09f0317 commit 467f38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ If your PR originates from a fork, please be sure "Allow edits and access to sec
It is possible to run a fully-functioning PAWS system inside [minikube](https://minikube.sigs.k8s.io/docs/)! You don't need
access to the secrets.yaml file to do it either, since the defaults mostly support it.

You will need to install minikube (tested on minikube 1.23) and [helm](https://helm.sh) and kubectl on your system. When you are confident those are working, start minikube with:
- `minikube start --kubernetes-version=v1.23.15`
You will need to install minikube (tested on minikube v1.33.1) and [helm](https://helm.sh) and kubectl on your system. When you are confident those are working, start minikube with:
- `minikube start --kubernetes-version=v1.26.8`
- `minikube addons enable ingress`
(from the top level of this repo):
install the dependencies for the PAWS dev environment with these steps:
Expand Down

0 comments on commit 467f38e

Please sign in to comment.