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: dnsConfig:
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }} {{- end }}
hostNetwork: true #hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet #dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
securityContext: securityContext:

View File

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

View File

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