DirectorySecurity AdvisoriesPricing
Sign in
Directory
dask-kubernetes-operator logoHELM

dask-kubernetes-operator

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
image:
2
name: cgr.dev/chainguard-private/dask-kubernetes
3
tag: latest@sha256:9a8786317f8b3426a11818c04afaf0fbc3f4617fb029d207a006b16ca97805b2
4
pullPolicy: IfNotPresent # Pull policy
5
imagePullSecrets: [] # Image pull secrets for private registries
6
nameOverride: "" # Override release name (not including random UUID)
7
fullnameOverride: "" # Override full release name
8
serviceAccount:
9
create: true # Create a service account for the operator to use
10
annotations: {} # Annotations to add to the service account
11
name: "" # The name of the service account to use. If not set and create is true, a name is generated using the fullname template.
12
rbac:
13
create: true # Create a Role/ClusterRole needed by the operator and bind it to the service account
14
cluster: true # Creates a ClusterRole if true, else create a namespaced Role
15
podAnnotations: {} # Extra annotations for the operator pod
16
podSecurityContext: {} # Security context for the operator pod
17
# fsGroup: 2000
18
19
securityContext: # Security context for the operator container
20
capabilities:
21
drop:
22
- ALL
23
runAsNonRoot: true
24
runAsUser: 1000
25
allowPrivilegeEscalation: false
26
readOnlyRootFilesystem: true
27
resources: {} # Resources for the operator pod
28
# We usually recommend not to specify default resources and to leave this as a conscious
29
# choice for the user. This also increases chances charts run on environments with little
30
# resources, such as Minikube. If you do want to specify resources, uncomment the following
31
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
32
# limits:
33
# cpu: 100m
34
# memory: 128Mi
35
# requests:
36
# cpu: 100m
37
# memory: 128Mi
38
39
volumes: [] # Volumes for the operator pod
40
volumeMounts: [] # Volume mounts for the operator container
41
extraEnv: [] # Extra environment variables for the operator container
42
nodeSelector: {} # Node selector
43
tolerations: [] # Tolerations
44
affinity: {} # Affinity
45
priorityClassName: null # Priority class
46
livenessProbe:
47
timeoutSeconds: 5
48
kopfArgs: # Command line flags to pass to kopf on start up
49
- --all-namespaces
50
metrics:
51
scheduler:
52
enabled: false # Enable scheduler metrics. Pip package [prometheus-client](https://pypi.org/project/prometheus-client/) should be present on scheduler.
53
serviceMonitor:
54
enabled: false # Enable scheduler servicemonitor.
55
namespace: "" # Deploy servicemonitor in different namespace, e.g. monitoring.
56
namespaceSelector: {} # Selector to select which namespaces the Endpoints objects are discovered from.
57
# Default: scrape .Release.Namespace only
58
# To scrape all, use the following:
59
# namespaceSelector:
60
# any: true
61
additionalLabels: {} # Additional labels to add to the ServiceMonitor metadata.
62
interval: 15s # Interval at which metrics should be scraped.
63
jobLabel: "" # The label to use to retrieve the job name from.
64
targetLabels: # TargetLabels transfers labels on the Kubernetes Service onto the target.
65
- dask.org/cluster-name
66
metricRelabelings: [] # MetricRelabelConfigs to apply to samples before ingestion.
67
worker:
68
enabled: false # Enable workers metrics. Pip package [prometheus-client](https://pypi.org/project/prometheus-client/) should be present on workers.
69
podMonitor:
70
enabled: false # Enable workers podmonitor
71
namespace: "" # Deploy podmonitor in different namespace, e.g. monitoring.
72
namespaceSelector: {} # Selector to select which namespaces the Endpoints objects are discovered from.
73
# Default: scrape .Release.Namespace only
74
# To scrape all, use the following:
75
# namespaceSelector:
76
# any: true
77
# metrics will apply to the additional worker groups as well
78
additionalLabels: {} # Additional labels to add to the PodMonitor metadata.
79
interval: 15s # Interval at which metrics should be scraped.
80
jobLabel: "" # The label to use to retrieve the job name from.
81
podTargetLabels: # PodTargetLabels transfers labels on the Kubernetes Pod onto the target.
82
- dask.org/cluster-name
83
- dask.org/workergroup-name
84
metricRelabelings: [] # MetricRelabelConfigs to apply to samples before ingestion.
85
workerAllocation:
86
size: null
87
delay: null
88

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.