Skip to content

Commit

Permalink
Update k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Jan 8, 2025
1 parent d1bbd7c commit 5a9deda
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 @@ -25,14 +25,14 @@ It is possible to run a fully-functioning PAWS system inside [minikube](https://
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 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 start --kubernetes-version=v1.27.8`
- `minikube addons enable ingress`
(from the top level of this repo):
install the dependencies for the PAWS dev environment with these steps:
- `helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/`
- `helm dep up paws/`
- `kubectl create namespace paws-dev`
- `helm -n paws-dev install dev paws/ --timeout=50m`
- `helm -n paws-dev upgrade --install dev paws/ --timeout=50m`

The rest of the setup instructions will display on screen as long as the install is successful.
Please refer to the helm documentation from there.
Expand Down

0 comments on commit 5a9deda

Please sign in to comment.