Merge pull request #39146 from Crassirostris/make-fluentd-critical

Automatic merge from submit-queue

Make fluentd pods critical

Related to https://github.com/kubernetes/kubernetes/issues/38322

Make fluentd critical so it will be evicted with less probability.

CC @piosz @fgrzadkowski
This commit is contained in:
Kubernetes Submit Queue 2016-12-22 05:17:25 -08:00 committed by GitHub
commit 0e9cb8f86b
3 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@ metadata:
spec:
template:
metadata:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
labels:
k8s-app: fluentd-es
kubernetes.io/cluster-service: "true"

View File

@ -11,6 +11,8 @@ metadata:
spec:
template:
metadata:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
labels:
k8s-app: fluentd-gcp
kubernetes.io/cluster-service: "true"

View File

@ -4,6 +4,8 @@ kind: Pod
metadata:
name: fluentd-cloud-logging
namespace: kube-system
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
labels:
k8s-app: fluentd-logging
spec: