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
3 changed files with 6 additions and 0 deletions

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: