Support setting pod priorityClassName when deploying to Kubernetes
In my cluster we use Pod Priority classes to choose which pods to evict if a new pod cannot be scheduled. In the pod spec I need to specify priorityClassName (string, one of more pre-defined values in the cluster).
It would be very useful for me to have this option when defining deployment in the "Deploy Kubernetes containers" step template. More info here: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
https://help.octopus.com/t/option-to-set-pod-priorityclassname-in-kubernetes-step-template/28332
1
vote