Skip to content

Commit b56a1fc

Browse files
author
Vivian Rook
committed
Update k8s version
1 parent d1bbd7c commit b56a1fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/notification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: irc notification
1515
run: |
1616
sudo apt-get update
17-
sudo apt-get install netcat -y
17+
sudo apt-get install netcat-traditional -y
1818
message="${{ github.actor }} ${{ github.event.action }} ${{ github.event.pull_request._links.html.href }}"
1919
echo -e "USER notefromgithub notefromgithub notefromgithub :notefromgithub\nNICK notefromgithub\nJOIN #wikimedia-cloud-feed\nPRIVMSG #wikimedia-cloud-feed :${message}\nQUIT\n" | nc irc.libera.chat 6667
2020
phabricator-comment:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ It is possible to run a fully-functioning PAWS system inside [minikube](https://
2525
access to the secrets.yaml file to do it either, since the defaults mostly support it.
2626

2727
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`
2929
- `minikube addons enable ingress`
3030
(from the top level of this repo):
3131
install the dependencies for the PAWS dev environment with these steps:
3232
- `helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/`
3333
- `helm dep up paws/`
3434
- `kubectl create namespace paws-dev`
35-
- `helm -n paws-dev install dev paws/ --timeout=50m`
35+
- `helm -n paws-dev upgrade --install dev paws/ --timeout=50m`
3636

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

0 commit comments

Comments
 (0)