5. Dask-operator
A helm chart for managing the deployment of the dask kubernetes operator and CRDs
5.1. Install Dask Operator and CRDs
git clone https://github.com/graphistry/graphistry-helm && cd graphistry-helm cd charts/dask-kubernetes-operator && helm dep build helm upgrade -i dask-operator ./charts/dask-kubernetes-operator --namespace dask-operator --create-namespacehelm upgrade -i dask-operator dask-kubernetes-operator --repo https://https://helm.dask.org/ --namespace dask-operator --create-namespacehelm repo add graphistry-helm https://graphistry.github.io/graphistry-helm/ helm upgrade -i dask-operator graphistry-helm/dask-kubernetes-operator --namespace dask-operator --create-namespace
5.2. Configuration
The following table lists the configurable parameters of the Dask-operator chart and their default values.
Parameter |
Description |
Default |
|---|---|---|
|
Docker image for the operator |
|
|
Release version |
|
|
Pull policy |
|
|
Image pull secrets for private registries |
|
|
Override release name (not including random UUID) |
|
|
Override full release name |
|
|
Create a service account for the operator to use |
|
|
Annotations to add to the service account |
|
|
The name of the service account to use. If not set and create is true, a name is generated using the |
fullname template. |
|
Extra annotations for the operator pod |
|
|
Security context for the operator pod |
|
|
Security context for the operator container |
|
|
Resources for the operator pod |
|
|
Node selector |
|
|
Tolerations |
|
|
Affinity |
|
For more information on the dask operator visit the dask operator documentation: Dask Operator Documentation