-
Notifications
You must be signed in to change notification settings - Fork 880
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
Add support for AWS JupyterNotebook Image #1155
Conversation
/cc @Jeffwan @krishnadurai @kimwnasptd Can you take a look? |
/test kubeflow-manifests-presubmit |
seems there's some test errors
|
c32b9e6
to
de651e2
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.
@PatrickXYS See comments.
de651e2
to
f44c216
Compare
f44c216
to
e950b2a
Compare
e950b2a
to
dd3b85e
Compare
/assign @Jeffwan I also update |
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.
Please update source file
dd3b85e
to
c19039b
Compare
/lgtm |
Seems like we also need approval from jupyter/OWNERS. /cc @kimwnasptd @lluunn Can you take a look? |
Can someone from Kubeflow/approver take a look? |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jeffwan, terrytangyuan 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 |
Which issue is resolved by this Pull Request:
Resolves #1125
AWS users require to have a by-default ECR image when creating JupyterNotebook Server.
Description of your changes:
Add on overlay folder called
aws
, and createkustomization.yaml
andconfigmap_patch.yaml
files to patch the jupyter-web-app's configmap with AWS ECR Container image.Checklist:
cd manifests/tests
make generate-changed-only
make test