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-namespace

5.2. Configuration

The following table lists the configurable parameters of the Dask-operator chart and their default values.

Parameter

Description

Default

image.name

Docker image for the operator

"ghcr.io/dask/dask-kubernetes-operator"

image.tag

Release version

"2022.7.0"

image.pullPolicy

Pull policy

"IfNotPresent"

imagePullSecrets

Image pull secrets for private registries

[]

nameOverride

Override release name (not including random UUID)

""

fullnameOverride

Override full release name

""

serviceAccount.create

Create a service account for the operator to use

true

serviceAccount.annotations

Annotations to add to the service account

{}

serviceAccount.name

The name of the service account to use. If not set and create is true, a name is generated using the

fullname template. ""

podAnnotations

Extra annotations for the operator pod

{}

podSecurityContext

Security context for the operator pod

{}

securityContext

Security context for the operator container

{}

resources

Resources for the operator pod

{}

nodeSelector

Node selector

{}

tolerations

Tolerations

[]

affinity

Affinity

{}

For more information on the dask operator visit the dask operator documentation: Dask Operator Documentation