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

values.yaml to install packages to run all the notebook examples #35

Open
raybellwaves opened this issue Dec 24, 2019 · 1 comment
Open
Labels
chart/dask Related to the dask chart documentation

Comments

@raybellwaves
Copy link
Member

raybellwaves commented Dec 24, 2019

I would like use a values.yaml that has all the packages needed to run the examples in https://github.com/dask/dask-docker/tree/master/notebook/examples

Perhaps it is suited for an examples page like here: https://jobqueue.dask.org/en/latest/examples.html

@consideRatio
Copy link
Collaborator

consideRatio commented Nov 6, 2020

Hi I'm new to this repo and is triaging the few issues that is around. I think what this issue needs is a clarification of what the request translates to in practical changes. I think it would mean to use some other image than whats used here...

worker:
name: worker # Dask worker name.
image:
repository: "daskdev/dask" # Container image repository.
tag: 2.30.0 # Container image tag.

Which perhaps needs to be compatible with the scheduler image? And, the worker perhaps also need to have a compatible version with the jupyter environment?

jupyter:
name: jupyter # Jupyter name.
enabled: true # Enable/disable the bundled Jupyter notebook.
rbac: true # Create RBAC service account and role to allow Jupyter pod to scale worker pods and access logs.
image:
repository: "daskdev/dask-notebook" # Container image repository.

I think the dask/dask-docker images extend other images, so I think it it that repo's images that need to be updated to match the more foundational images used in this repo, or that both this and dask/dask-docker repo update against a common base.

@consideRatio consideRatio added the chart/dask Related to the dask chart label Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart/dask Related to the dask chart documentation
Projects
None yet
Development

No branches or pull requests

2 participants