9 lines
335 B
YAML
9 lines
335 B
YAML
apiVersion: scheduling.k8s.io/v1
|
|
kind: PriorityClass
|
|
metadata:
|
|
name: spot-termination-handler
|
|
description: |
|
|
High priority for spot termination handler DaemonSet. Ensures handler pod is terminated after regular workloads during node shutdown, giving it time to drain the node.
|
|
preemptionPolicy: PreemptLowerPriority
|
|
value: 1000000
|