Skip to content

Commit 51e09bc

Browse files
Merge pull request #1915 from CoreyCook8/patch-1
NO-JIRA: Add priority field to prevent early shutdown
2 parents 1a57475 + e7fc938 commit 51e09bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindata/assets/kube-apiserver/pod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ spec:
288288
readOnlyRootFilesystem: true
289289
terminationGracePeriodSeconds: {{.GracefulTerminationDuration}}
290290
hostNetwork: true
291+
priority: 2000001000
291292
priorityClassName: system-node-critical
292293
tolerations:
293294
- operator: "Exists"

0 commit comments

Comments
 (0)