Priorities in Pods in Kubernetes

Viewed 2533

I have some burstable pods running in cluster, which I do not want to be killed in case of memory/cpu pressure.

Is there any way to increase it's priority or something, so that we do not have to change it's namespace (kube-system for making it critical) and it can be saved?

I have found some issues regarding adding priority to pods. But couldn't figure out the solution. There should be some way to set priority, or am I missing something big here ?

1 Answers
Related