-
-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Currently, the operator has a hardcoded TCP protocol
dask-kubernetes/dask_kubernetes/operator/controller/controller.py
Lines 155 to 159 in 92714da
{ | |
"name": "DASK_SCHEDULER_ADDRESS", | |
"value": f"tcp://{cluster_name}-scheduler.{namespace}.svc.cluster.local:8786", | |
}, | |
] |