diff --git a/CHANGELOG.md b/CHANGELOG.md index 17da56b757..5b9c12fb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -- Make sure the daemonset can start in GKE Autopiot (#602) +- Make sure the daemonset can start in GKE Autopiot (#608) +- Make containerd engine default in for fluentd logs and use always use it in GKE Autopiot (#609) ## [0.66.1] - 2022-12-08 diff --git a/helm-charts/splunk-otel-collector/templates/configmap-fluentd-cri.yaml b/helm-charts/splunk-otel-collector/templates/configmap-fluentd-cri.yaml deleted file mode 100644 index 85ef3bb6f1..0000000000 --- a/helm-charts/splunk-otel-collector/templates/configmap-fluentd-cri.yaml +++ /dev/null @@ -1,51 +0,0 @@ -{{ $agent := fromYaml (include "splunk-otel-collector.agent" .) }} -{{- if and (eq (include "splunk-otel-collector.logsEnabled" .) "true") $agent.enabled (eq .Values.logsEngine "fluentd") }} -{{/* -Fluentd config parts applied only to clusters with containerd/cri-o runtime. -*/}} -apiVersion: v1 -kind: ConfigMap -metadata: - name: {{ template "splunk-otel-collector.fullname" . }}-fluentd-cri - labels: - {{- include "splunk-otel-collector.commonLabels" . | nindent 4 }} - app: {{ template "splunk-otel-collector.name" . }} - chart: {{ template "splunk-otel-collector.chart" . }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -data: - - source.containers.parse.conf: |- - @type regexp - expression /^(?