Commit 0e9cb8f8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents a30b6e2d 4a7b3d75
......@@ -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"
......
......@@ -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"
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment