You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ It is possible to run a fully-functioning PAWS system inside [minikube](https://
25
25
access to the secrets.yaml file to do it either, since the defaults mostly support it.
26
26
27
27
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:
28
-
-`minikube start --kubernetes-version=v1.26.8`
28
+
-`minikube start --kubernetes-version=v1.27.8`
29
29
-`minikube addons enable ingress`
30
30
(from the top level of this repo):
31
31
install the dependencies for the PAWS dev environment with these steps:
0 commit comments