added repo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apiVersion: scheduling.k8s.io/v1
|
||||
description: >-
|
||||
This priority class is high priority and should be used for app service pods only.
|
||||
kind: PriorityClass
|
||||
metadata:
|
||||
name: high-priority
|
||||
namespace: kube-system
|
||||
value: 1000000
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: scheduling.k8s.io/v1
|
||||
description: >-
|
||||
This priority class is low priority and should be used for non-app pods only.
|
||||
kind: PriorityClass
|
||||
metadata:
|
||||
name: low-priority
|
||||
namespace: kube-system
|
||||
value: 1000
|
||||
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user