From 4d017e95ff7b2ee72479dee0fb5ce1b208fbd18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Ciuprina?= <57374665+stefanc18@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:02:36 +0200 Subject: [PATCH] Update README with sl-jupyterhub breaking changes (#103) * Update README with sl-jupyterhub breaking changes * Add jupyterhub privateIPs variable to template * Update sl-jupyterhub breaking change message Co-authored-by: Melissa Hilliard <63749096+MelissaHilliard@users.noreply.github.com> Co-authored-by: Melissa Hilliard <63749096+MelissaHilliard@users.noreply.github.com> --- getting-started/templates/systemlink-values.yaml | 5 +++++ release-notes/2022-12/README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index 75af690d..b4af0f53 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -619,6 +619,11 @@ fileingestion: sl-jupyterhub: jupyterhub: imagePullSecrets: *pullSecrets + singleuser: + networkPolicy: + egressAllowRules: + # - Set to true to enable JupyterHub user pods to establish outbound connections to private IP addresses. + privateIPs: false ## Ingress configuration. ## diff --git a/release-notes/2022-12/README.md b/release-notes/2022-12/README.md index 70c59537..219231a4 100644 --- a/release-notes/2022-12/README.md +++ b/release-notes/2022-12/README.md @@ -47,6 +47,8 @@ The 2022-12 release bundle for SystemLink Enterprise has been published to