k8s.io/perf-tests/clusterloader2@v0.0.0-20240304094227-64bdb12da87e/testing/load/daemonset-priorityclass.yaml (about)

     1  apiVersion: scheduling.k8s.io/v1
     2  kind: PriorityClass
     3  metadata:
     4    name: {{.Name}}
     5  value: 1000000
     6  globalDefault: false
     7  description: "Designated priority class to be used for DaemonSet pods. This is
     8    to make sure they have higher priority than other test pods and there is always
     9    place for them on each node, see kubernetes/kubernetes#82818."