Skip to content

Commit

Permalink
Update README with sl-jupyterhub breaking changes (#103)
Browse files Browse the repository at this point in the history
* Update README with sl-jupyterhub breaking changes

* Add jupyterhub privateIPs variable to template

* Update sl-jupyterhub breaking change message

Co-authored-by: Melissa Hilliard <[email protected]>

Co-authored-by: Melissa Hilliard <[email protected]>
  • Loading branch information
stefanc18 and MelissaHilliard authored Jan 23, 2023
1 parent 5e55795 commit 4d017e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,11 @@ fileingestion:
sl-jupyterhub:
jupyterhub:
imagePullSecrets: *pullSecrets
singleuser:
networkPolicy:
egressAllowRules:
# <ATTENTION> - Set to true to enable JupyterHub user pods to establish outbound connections to private IP addresses.
privateIPs: false

## Ingress configuration.
##
Expand Down
2 changes: 2 additions & 0 deletions release-notes/2022-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ The 2022-12 release bundle for SystemLink Enterprise has been published to <http
- `notification 0.1.0`
- Newly included chart
- You must configure a secret for MongoDB credentials in `notification.secrets.mongodb`
- `sl-jupyterhub 0.2.0`
- To enable JupyterHub user pods to establish outbound connections to private IP addresses by default, set `jupyterhub.singleuser.networkPolicy.egressAllowRules.privateIPs=true`.

## Bugs Fixed

Expand Down

0 comments on commit 4d017e9

Please sign in to comment.