-
|
I' m writing a workflow template for convert data tasks, which on a argo 3.7.1 server and kubernetes 1.30.1 groups. I want the workflow pod to distribute on nodes evenly, so add topologySpreadConstraints into a workflow tempale, which report a strict decoding error. Should I patch it into podSpecPatch to make it work? Or should I just use k8s affinity config to let the workflow distribute evenly? Example below |
Beta Was this translation helpful? Give feedback.
Answered by
jswxstw
Sep 17, 2025
Replies: 1 comment
-
Yes, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hxndg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes,
podSpecPatchis sufficient for your needs.