[stable/metricbeat] Set dnsPolicy explicitly to ClusterFirstWithHostNet (#8084)

Signed-off-by: David Archer <david.archer@lexisnexisrisk.com>
This commit is contained in:
David Archer
2018-11-04 12:54:14 -08:00
committed by k8s-ci-robot
parent f49709ff52
commit b987b0478f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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:
@@ -109,6 +109,7 @@ spec:
terminationGracePeriodSeconds: 60
serviceAccountName: {{ template "metricbeat.serviceAccountName" . }}
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists