We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 30cc719 commit 4e8ab60Copy full SHA for 4e8ab60
dask_kubernetes/operator/kubecluster/kubecluster.py
@@ -75,7 +75,7 @@ class KubeCluster(Cluster):
75
Use ``scale`` to change this number in the future
76
resources: Dict[str, str]
77
env: List[dict] | Dict[str, str]
78
- List of environment variables to pass to worker pod.
+ List of environment variables to set on scheduler and workers.
79
Can be a list of dicts using the same structure as k8s envs
80
or a single dictionary of key/value pairs
81
worker_command: List[str] | str
0 commit comments