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
|
||||
description: >-
|
||||
This priority class is ultra low priority and should be used for paused container pods only.
|
||||
kind: PriorityClass
|
||||
metadata:
|
||||
name: ultralow-priority
|
||||
namespace: kube-system
|
||||
value: -1000
|
||||
Reference in New Issue
Block a user