generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 564
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Currently, the preemption toleration policy only has minimum-preemptable-priority and toleration-seconds.
like as follows:
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: toleration-policy-sample
annotations:
preemption-toleration.scheduling.x-k8s.io/minimum-preemptable-priority: "10000"
preemption-toleration.scheduling.x-k8s.io/toleration-seconds: "3600"
value: 8000
Now I want to add more fields:
like:
We can exclude Pods in a specific namespace from being preempted
preemption-toleration.scheduling.x-k8s.io/excluded-namespaces: "kube-system,default,critical-ns"
Maybe there are other filters?
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.