Skip to content
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

jupyter web app config is defaulting to an old image #1010

Closed
jlewi opened this issue Mar 15, 2020 · 1 comment · Fixed by #1013
Closed

jupyter web app config is defaulting to an old image #1010

jlewi opened this issue Mar 15, 2020 · 1 comment · Fixed by #1013

Comments

@jlewi
Copy link
Contributor

jlewi commented Mar 15, 2020

The default is set here

value: gcr.io/kubeflow-images-public/tensorflow-1.14.0-notebook-cpu:v-base-ef41372-1177829795472347138

To an old 0.7 image. It should probably be updated to one of the images listed in the configmap below.
e.g.

- gcr.io/kubeflow-images-public/tensorflow-1.15.2-notebook-cpu:1.0.0

@kimwnasptd could you submit a fix for this please?

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the labels:

Label Probability
bug 0.87

Please mark this comment with 👍 or 👎 to give our bot feedback!
Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug label Mar 15, 2020
@jlewi jlewi removed the bug label Mar 16, 2020
jlewi pushed a commit to jlewi/manifests that referenced this issue Mar 25, 2020
* Using a configmap generator is a bit cleaner because we can store
  the configuration file in a external file rather than inlining it in
  the config map.

* Using a configmap generator also has the advantage that kustomize will
  generate a unique name based on a hash of the content.

  * This has the advantage that if a user updates the config, the hash
    would change so deployments would automatically be redeployed in order
    to pick up the config changes.

* Also update the default image used in the configmap to fix kubeflow#1010
k8s-ci-robot pushed a commit that referenced this issue Mar 27, 2020
* Use a configmap generator for the spawner_ui_config.yaml

* Using a configmap generator is a bit cleaner because we can store
  the configuration file in a external file rather than inlining it in
  the config map.

* Using a configmap generator also has the advantage that kustomize will
  generate a unique name based on a hash of the content.

  * This has the advantage that if a user updates the config, the hash
    would change so deployments would automatically be redeployed in order
    to pick up the config changes.

* Also update the default image used in the configmap to fix #1010

* Rebase and regenerate the tests.

* * The deployment for the UI needs to use the original name of
  the jupyter web app config map without the prefix/suffix.

* Update expected tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant