Release v2.19.0 #38

Merged
stefan merged 65 commits from master into stable 2021-03-25 15:34:44 +00:00
3 changed files with 6 additions and 6 deletions
Showing only changes of commit b0d0bc61b4 - Show all commits

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" }}