Skip to content

Commit 4e8ab60

Browse files
Reflect that env will set on scheduler too (#934)
1 parent 30cc719 commit 4e8ab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask_kubernetes/operator/kubecluster/kubecluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class KubeCluster(Cluster):
7575
Use ``scale`` to change this number in the future
7676
resources: Dict[str, str]
7777
env: List[dict] | Dict[str, str]
78-
List of environment variables to pass to worker pod.
78+
List of environment variables to set on scheduler and workers.
7979
Can be a list of dicts using the same structure as k8s envs
8080
or a single dictionary of key/value pairs
8181
worker_command: List[str] | str

0 commit comments

Comments
 (0)