In our case, we want to schedule pipelines only on given set of nodes prepared especially for them. Some of them would run only on CPU based nodes and other would require GPU based ones. But in general we would love to have affinity injected into pipeline component node by default.
Are there any reasons why nodeSelector and affinity isn't supported in PodDefaults or maybe there is clever way of modifying template used for spawning argo pods via KFP?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
In our case, we want to schedule pipelines only on given set of nodes prepared especially for them. Some of them would run only on CPU based nodes and other would require GPU based ones. But in general we would love to have
affinity
injected into pipeline component node by default.Are there any reasons why
nodeSelector
andaffinity
isn't supported inPodDefaults
or maybe there is clever way of modifying template used for spawning argo pods via KFP?