You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great point, if the scheduler uses ws or ucx the controller wont be able to talk to it. Ideally, all communication would happen over the HTTP API but that isn't enabled by default right now.
Perhaps an annotation on the DaskCluster is the right way to handle setting the protocol for now?
Looks like I didn't provide much information, this issue is about scheduler <=> worker communication, I'd like my cluster to communicate over ws rather than the hardcoded tcp protocol since you also mentioned it, the operator would also need this information to be able to contact the scheduler, I'm thinking of something like
Currently, the operator has a hardcoded TCP protocol
dask-kubernetes/dask_kubernetes/operator/controller/controller.py
Lines 155 to 159 in 92714da
The text was updated successfully, but these errors were encountered: