-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
We are using fiaas to deploy our API and It does the job, but now we also would like to deploy different types of applications like streaming, ML or batch applications that require pods to be scheduled on specific nodes. Taints are not sufficient as it does not restrics API pods to be scheduled on those nodes.
Therefor we would like to be able to add nodeSelectors to our pods.
The idea would be to add to the spec file a field like :
nodeSelector:
disktype: ssd
We would really like to have this feature, wdyt ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels