-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jupyter-api image and add Listen_address env variable #40
Conversation
New environment variable |
LGTM! |
@brendangadd We usually only merge in after-hours to prevent downtime of the Kubeflow Control plane. That still okay? |
8108870
to
710ee62
Compare
@sylus do we need to change anything else for this? |
Thinking will merge over weekend as wont have time to debug any issues before then. |
@sylus was gonna do it last night, but @brendangadd pointed out there may be something missing:
|
Reason for environment variableThe jupyter-apis image has been modified so that the listen address is configurable. StatCan/jupyter-apis#15.
This PR needs to add the new |
@sylus Can you take a look at this? I'm not familiar with the components of the DAaaS platform. My knowledge of kustomize is also lacking. Should we load LISTEN_ADDRESS from the ConfigMap that is generated from params.env like ROK_SECRET_NAME is done or template them in like they are done for userid-header and userid-prefix? |
Other changes still need to be made.
Brought up by @brendangadd:
|
So the P.R. looks fine and nothing looks wrong to me. As long as Zach has everything committed properly it should be fine. This has been testing and confirmed to work? |
So this change brings in the new jupyter-api of which the delta is quite large? StatCan/jupyter-apis@3c844b4...692c8f4 I guess the mitigation is if things don't work we set back the image version? |
|
@zachomedia can i merge this? Should we update the SHA do the latest? |
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.
@saffaalvi can u make this change? then can merge! |
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!
fixes #39