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
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
I have seen that NodeSelector and Affinity are supported in build spec. If i want pods to be deployed on dedicated nodes for build, i will try to use NodeSelector, while taints may be added to these dedicated nodes to ensure that other pods will not be scheduled onto them. So can we support tolerations?
Expected Behavior
Support tolerations in build spec.
Actual Behavior
Temporarily not support.
Additional Info
Another problem, the NodeSelector field in build spec is redundant, which can be replaced by Affinity.NodeAffinity.RequiredDuringSchedulingIgnoredDuringExecution.
I have seen that NodeSelector and Affinity are supported in build spec. If i want pods to be deployed on dedicated nodes for build, i will try to use NodeSelector, while taints may be added to these dedicated nodes to ensure that other pods will not be scheduled onto them. So can we support tolerations?
Expected Behavior
Support tolerations in build spec.
Actual Behavior
Temporarily not support.
Additional Info
Another problem, the NodeSelector field in build spec is redundant, which can be replaced by Affinity.NodeAffinity.RequiredDuringSchedulingIgnoredDuringExecution.
As this k8s doc said:
/kind question
/area api
The text was updated successfully, but these errors were encountered: