WASdev / websphere-liberty-operator

Deploy and manage containerized Liberty applications on Kubernetes. Documentation: https://ibm.biz/wlo-docs
Apache License 2.0
9 stars 4 forks source link

Consider providing config option to specify PriorityClass #367

Open leochr opened 1 year ago

leochr commented 1 year ago

K8s resources (i.e. Deployments, StatefulSet, DaemonSet, Pod, Job/CronJob) allow the option to set PriorityClass to ensure that certain pods are not evicted (due to k8s preemption operations). Consider exposing this option via Liberty application CR.

https://devopscube.com/pod-priorityclass-preemption/

BradleyMayo commented 6 months ago

Initial PR for RCO here https://github.com/application-stacks/runtime-component-operator/pull/626