pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

Incorrect value for jupyterhub.hub.services.dask-gateway.url #130

Closed TomAugspurger closed 4 years ago

TomAugspurger commented 4 years ago

https://github.com/pangeo-data/helm-chart/blob/b1a230a88d2587713eb440c9de402770f6ae32e6/pangeo/values.yaml#L43

That references dev-staging, which (I think) is supposed to be the namespace the chart is installed into.

consideRatio commented 4 years ago

It should be the name of the k8s service, which involves the namespace it seems. Like it is configured above, the pod acessing the k8s service is required to reside in the same k8s namespace also.

jhamman commented 4 years ago

Thanks @TomAugspurger for posting this. I think there is an open question as to whether this can be templated or if the user will always need to set this.

TomAugspurger commented 4 years ago

This is fixed in the dask/daskhub helm chart.