This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: scheduling.k8s.io/v1 | |
kind: PriorityClass | |
metadata: | |
name: server-maintenance-priority | |
value: 1000000 | |
globalDefault: false | |
description: "This priority class should be used for server maintenance pods only. It will be scheduled first to the node." | |
--- | |
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRole |