kubero-dev / kubero-dev/kubero
Adding node selector options
Open
feature
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
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.:
```yaml
nodeSelector:
worker: 'true'
```
This would make sure it only runs on the nodes with the worker annotation on it
Contributor guide
Assessment
This issue has not been assessed yet.