-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operator fails if nodeport out of allowed range #536
Comments
If you try creating the example but set https://kubernetes.dask.org/en/latest/operator_resources.html https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport We should add some validation here:
|
I've tried creating a
cluster.yaml
|
Looks like you have a dask scheduler pod with a conflicting name hanging around. Perhaps left over from a failed test run? |
If a
DaskCluster
is configured with aNodePort
service but the ports are out of range theDaskCluster
will be created but the controller logs will error repeatedly.We should do a little more input checking to ensure this can't happen. We should also have the controller put the
DaskCluster
into some kind of failure status while this is going on.The text was updated successfully, but these errors were encountered: