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
In #1004, we introduced podTemplate to group PodSpec fields applied to the created Pod. This means we marked some TaskRun field deprecated : NodeSelector, Tolerations and Affinity. As we want to make most change first in a backwards compatible manner, we are currently supporting both, with podTemplate taking precedence.
This issue should wait until #1004 has been released (probably in 0.6), and in the next version (probably 0.7) we can make the backwards incompatible change.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
In #1004, we introduced
podTemplate
to groupPodSpec
fields applied to the created Pod. This means we marked someTaskRun
field deprecated :NodeSelector
,Tolerations
andAffinity
. As we want to make most change first in a backwards compatible manner, we are currently supporting both, withpodTemplate
taking precedence.This issue should wait until #1004 has been released (probably in 0.6), and in the next version (probably 0.7) we can make the backwards incompatible change.
The text was updated successfully, but these errors were encountered: