Skip to content

Commit

Permalink
Merge pull request #11495 from olemarkus/priorityclass-addons
Browse files Browse the repository at this point in the history
Set priorityClassName on critical addons
  • Loading branch information
k8s-ci-robot committed May 15, 2021
2 parents 23f7640 + fe2cbbf commit 567c899
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ spec:
nodeSelector:
node-role.kubernetes.io/master: ""
{{ end }}
priorityClassName: system-cluster-critical
securityContext:
fsGroup: 1337
serviceAccountName: aws-load-balancer-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26688,6 +26688,7 @@ spec:
imagePullPolicy: IfNotPresent
name: cert-manager
resources: {}
priorityClassName: system-cluster-critical
serviceAccountName: cert-manager-cainjector
---
apiVersion: apps/v1
Expand Down Expand Up @@ -26744,6 +26745,7 @@ spec:
resources: {}
nodeSelector:
node-role.kubernetes.io/master: ""
priorityClassName: system-cluster-critical
serviceAccountName: cert-manager
tolerations:
- key: node-role.kubernetes.io/master
Expand Down Expand Up @@ -26813,6 +26815,7 @@ spec:
successThreshold: 1
timeoutSeconds: 1
resources: {}
priorityClassName: system-cluster-critical
serviceAccountName: cert-manager-webhook
---
apiVersion: admissionregistration.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ spec:
prometheus.io/port: "8085"
prometheus.io/scrape: "true"
spec:
priorityClassName: system-cluster-critical
serviceAccountName: cluster-autoscaler
tolerations:
- operator: "Exists"
Expand Down

0 comments on commit 567c899

Please sign in to comment.