diff --git a/dask/.frigate b/dask/.frigate index 1f826ac..3ac2e4f 100644 --- a/dask/.frigate +++ b/dask/.frigate @@ -12,13 +12,13 @@ This chart will deploy the following: -- 1 x Dask scheduler with port 8786 (scheduler) and 80 (Web UI) exposed on an external LoadBalancer (default) +- 1 x Dask scheduler with the scheduler on port 8786 and the Dashboard on port 80 - 3 x Dask workers that connect to the scheduler -- 1 x Jupyter notebook (optional) with port 80 exposed on an external LoadBalancer (default) +- 1 x Jupyter notebook (optional) - All using Kubernetes Deployments > **Tip**: See the [Kubernetes Service Type Docs](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) -> for the differences between ClusterIP, NodePort, and LoadBalancer. +> for the differences between ClusterIP, NodePort, and LoadBalancer. To access the Dask Cluster from outside of the Kubernetes Cluster (from your laptop, say) you'll neeed to set `scheduler.serviceType` and `jupyter.serviceType` to `LoadBalancer`. ## Installing the Chart @@ -191,7 +191,7 @@ If you wish to make a change to the README body you must edit `dask/.frigate` in To generate the readme run Frigate. ``` -frigate gen dask > README.md +frigate gen dask > dask/README.md ``` ### Releasing @@ -223,4 +223,4 @@ Or manually run the steps below. {%- endblock %} {% block credits -%} -{%- endblock %} \ No newline at end of file +{%- endblock %} diff --git a/dask/README.md b/dask/README.md index 5902ea2..428b57a 100644 --- a/dask/README.md +++ b/dask/README.md @@ -13,13 +13,13 @@ Dask This chart will deploy the following: -- 1 x Dask scheduler with port 8786 (scheduler) and 80 (Web UI) exposed on an external LoadBalancer (default) +- 1 x Dask scheduler with the scheduler on port 8786 and the Dashboard on port 80 - 3 x Dask workers that connect to the scheduler -- 1 x Jupyter notebook (optional) with port 80 exposed on an external LoadBalancer (default) +- 1 x Jupyter notebook (optional) - All using Kubernetes Deployments > **Tip**: See the [Kubernetes Service Type Docs](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) -> for the differences between ClusterIP, NodePort, and LoadBalancer. +> for the differences between ClusterIP, NodePort, and LoadBalancer. To access the Dask Cluster from outside of the Kubernetes Cluster (from your laptop, say) you'll neeed to set `scheduler.serviceType` and `jupyter.serviceType` to `LoadBalancer`. ## Installing the Chart @@ -254,7 +254,7 @@ If you wish to make a change to the README body you must edit `dask/.frigate` in To generate the readme run Frigate. ``` -frigate gen dask > README.md +frigate gen dask > dask/README.md ``` ### Releasing