Unverified Commit 4034e6fb authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #56377 from aknuds1/fix-fluentd-elasticsearch-manifests

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fluentd-elasticsearch add-on: Add missing selector to Fluentd DaemonSet fluentd-es-ds.yaml lacks a `selector` field in its DaemonSet definition, which this PR rectifies. ```release-note NONE ```
parents 85f0a1ac 2e07db1d
...@@ -56,6 +56,10 @@ metadata: ...@@ -56,6 +56,10 @@ metadata:
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile addonmanager.kubernetes.io/mode: Reconcile
spec: spec:
selector:
matchLabels:
k8s-app: fluentd-es
version: v2.0.2
template: template:
metadata: metadata:
labels: labels:
......
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