You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
@fiaas/maintainers we may start working on this feature in the close future. It would basically mean adding nodeSelector matching by node label to the FIAAS spec as done in the issue description. The interface seems quite simple and clear for the user.
Is there any concern in adding this feature that we didn't consider?
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 :
We would really like to have this feature, wdyt ?
The text was updated successfully, but these errors were encountered: