From b987b0478fc67eda68e93bd1195f7e20342dbe7a Mon Sep 17 00:00:00 2001 From: David Archer Date: Sun, 4 Nov 2018 15:54:14 -0500 Subject: [PATCH] [stable/metricbeat] Set dnsPolicy explicitly to ClusterFirstWithHostNet (#8084) Signed-off-by: David Archer --- stable/metricbeat/Chart.yaml | 2 +- stable/metricbeat/templates/daemonset.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/metricbeat/Chart.yaml b/stable/metricbeat/Chart.yaml index 993aa4f61a..23d05594bf 100644 --- a/stable/metricbeat/Chart.yaml +++ b/stable/metricbeat/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: A Helm chart to collect Kubernetes logs with metricbeat icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg name: metricbeat -version: 0.3.1 +version: 0.3.2 appVersion: 6.4.2 home: https://www.elastic.co/products/beats/metricbeat sources: diff --git a/stable/metricbeat/templates/daemonset.yaml b/stable/metricbeat/templates/daemonset.yaml index a843b90ea2..9122de91d9 100644 --- a/stable/metricbeat/templates/daemonset.yaml +++ b/stable/metricbeat/templates/daemonset.yaml @@ -109,6 +109,7 @@ spec: terminationGracePeriodSeconds: 60 serviceAccountName: {{ template "metricbeat.serviceAccountName" . }} hostNetwork: true + dnsPolicy: ClusterFirstWithHostNet tolerations: - key: node-role.kubernetes.io/master operator: Exists