We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb56af1 commit 6ad9aabCopy full SHA for 6ad9aab
pkg/preemptiontoleration/README.md
@@ -39,10 +39,11 @@ Preemption toleration policy can be defined on each `PriorityClass` resource by
39
# Any pod P in this priority class can not be preempted (can tolerate preemption)
40
# - by preemptor pods with priority < 10000
41
# - and if P is within 1h since being scheduled
42
+apiVersion: scheduling.k8s.io/v1
43
kind: PriorityClass
44
metadata:
45
name: toleration-policy-sample
- annotation:
46
+ annotations:
47
preemption-toleration.scheduling.x-k8s.io/minimum-preemptable-priority: "10000"
48
preemption-toleration.scheduling.x-k8s.io/toleration-seconds: "3600"
49
value: 8000
0 commit comments