Disable metadata via kubelet for now
This commit is contained in:
parent
9dc2881f15
commit
0d6d22b0d4
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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" }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user