Skip to content

Commit

Permalink
Add priorityclass system node critical for RS, DS & KSM pods (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 authored Apr 18, 2023
1 parent 277a2f0 commit 3842bf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
agentVersion: "0.0.0.1"
schema-versions: "v1"
spec:
priorityClassName: system-node-critical
serviceAccountName: ama-metrics-serviceaccount
containers:
- name: prometheus-collector
Expand Down Expand Up @@ -290,6 +291,7 @@ spec:
agentVersion: "0.0.0.1"
schema-versions: "v1"
spec:
priorityClassName: system-node-critical
serviceAccountName: ama-metrics-serviceaccount
containers:
- name: prometheus-collector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
schema-versions: "v1"
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
spec:
priorityClassName: system-node-critical
serviceAccountName: ama-metrics-serviceaccount
containers:
- name: prometheus-collector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
spec:
priorityClassName: system-node-critical
hostNetwork: false
serviceAccountName: ama-metrics-ksm
securityContext:
Expand Down

0 comments on commit 3842bf7

Please sign in to comment.