Skip to content
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

Adding node selector options #315

Open
cskiwi opened this issue Apr 3, 2024 · 2 comments
Open

Adding node selector options #315

cskiwi opened this issue Apr 3, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cskiwi
Copy link
Contributor

cskiwi commented Apr 3, 2024

hi,

I was wondering if we could have the nodeSelector option availible in the config of a deployment/stage/pipeline.
So we can run the apps on the right nodes :)

e.g.:

nodeSelector:
  worker: 'true'

This would make sure it only runs on the nodes with the worker annotation on it

@mms-gianni
Copy link
Member

Good point. There might be one already in the app CRD. But let me check that.

@mms-gianni mms-gianni added the enhancement New feature or request label Apr 3, 2024
@mms-gianni mms-gianni self-assigned this Apr 16, 2024
@mms-gianni
Copy link
Member

There is a nodeSelector field for apps here:

https://github.com/kubero-dev/kubero-operator/blob/main/helm-charts/kuberoapp/values.yaml#L162

But it's not acceisble by UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants