Disable metadata via kubelet for now

This commit is contained in:
Stefan Reimer 2021-03-09 10:33:40 +01:00
parent 46303eaff9
commit b0d0bc61b4
3 changed files with 6 additions and 6 deletions

View File

@ -13,8 +13,8 @@ securityContext:
dnsConfig:
{{- toYaml . | nindent 2 }}
{{- end }}
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
#hostNetwork: true
#dnsPolicy: ClusterFirstWithHostNet
containers:
- name: {{ .Chart.Name }}
securityContext:

View File

@ -19,8 +19,8 @@ diff -tubNr charts/fluent-bit/templates/_pod.tpl charts/fluent-bit.zdt/templates
dnsConfig:
{{- toYaml . | nindent 2 }}
{{- end }}
+hostNetwork: true
+dnsPolicy: ClusterFirstWithHostNet
+#hostNetwork: true
+#dnsPolicy: ClusterFirstWithHostNet
containers:
- name: {{ .Chart.Name }}
securityContext:

View File

@ -258,8 +258,8 @@ fluent-bit:
Keep_Log Off
K8S-Logging.Parser Off
K8S-Logging.Exclude Off
Use_Kubelet true
Kubelet_Port 10250
#Use_Kubelet true
#Kubelet_Port 10250
{{- if index .Values "config" "extraRecords" }}