-
Notifications
You must be signed in to change notification settings - Fork 211
Conversation
@maroroman Can you add a quick note to the JupyterHub README about enabling this overlay and how it's configured? |
a052f12
to
df97a52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Culler pod was restarted when the culler_timeout
value in jupyterhub-cfg was changed
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LaVLaS, maroroman The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -11,6 +11,23 @@ spec: | |||
labels: | |||
app: jupyterhub-idle-culler | |||
spec: | |||
initContainers: | |||
- name: check-for-jh | |||
image: 'quay.io/odh-jupyterhub/jupyterhub-img:v0.3.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR cherry-picks updates from downstream, as well as adds a value to the jupyterhub-cfg
Additionally it adds the content of PR red-hat-data-services#220 which adds limits and requests to the culler container.
This PR should also allow the dashboard to work with the culler, although the value change will not be applied unless the operator is scaled down.