Dillen Padhiar
Dillen Padhiar
`PodPriority` should be deprecated from workflow spec since Kubernetes uses `PodPriorityClass` to indicate the importance and priority of a pod relative to others. https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ https://github.com/argoproj/argo-workflows/blob/178bbbc31c594f9ded4b8a66b0beecbb16cfa949/pkg/apis/workflow/v1alpha1/workflow_types.go#L351-L352
Fixes #TODO ### Motivation ### Modifications ### Verification
# Summary Create [custom resource action](https://argo-cd.readthedocs.io/en/stable/operator-manual/resource_actions/#custom-resource-actions) to pause and unpause Pipelines and MonoVertex resources. # Use Cases We want to support pausing through ArgoCD. --- **Message from the maintainers**: If...