-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add node selectors to job and task config #7
Add node selectors to job and task config #7
Conversation
Looks like the |
@annymsMthd Just merged to master a PR to remove docker_hub push from PRs. |
e6b22f2
to
a5e5f36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will also have to run make generate
for changes to pkg/apis/app/v1alpha1/types.go to update zz_generated.deepcopy.go
a5e5f36
to
28b6690
Compare
Signed-off-by: Joshua Benjamin <[email protected]>
28b6690
to
acfda60
Compare
@anandswaminathan should be gtg now |
Hey Joshua — can you give a bit more context on why this is needed? |
Sure thing. In our kubernetes cluster we have different labels for nodes. Since we self host we have dedicated nodes for certain workloads. e.g. ingress, worker, storage, etc. |
@mwylde @anandswaminathan any reason not to move forward with this? This is a pretty common thing in k8s. |
Signed-off-by: Joshua Benjamin [email protected]