-
Notifications
You must be signed in to change notification settings - Fork 36
Node selector not working #99
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
Comments
I faced the same behaviour |
Should be fixed, can you confirm? |
Is there a Docker image available? |
Yes, latest contains the current changes ( |
Can confirm that it works fine now, thanks! |
Awesome, thanks for testing! Considering the affinity/topology spread; you could try using a custom pod-template; this simple example:
will add an annotation and use a specific service account; but the template can be used for your use-case as well. if not, I am always open for PRs (or maybe create a separate issue to track the feature request). |
Passing along --node-selector=worker=test or using the K8S_NODE_SELECTOR variable doesn't seem to work and returns the following error upon container creation
The text was updated successfully, but these errors were encountered: