We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80ea19b + 0444266 commit afd1f05Copy full SHA for afd1f05
Dockerfile
@@ -1,12 +1,13 @@
1
FROM vmware/kube-fluentd-operator:v1.16.2
2
3
RUN set -e \
4
- && tdnf install -y jq \
+ && tdnf install -y jq sed \
5
&& gem install -N fluent-plugin-jq -v "0.5.1" \
6
+ && gem install -N fluent-plugin-splunk-hec -v "1.2.9" \
7
&& echo OK
8
9
# Patch configuration files:
-# - Include kube-system.conf after the configs of all other namespaces.
10
+# - Include kube-system.conf after the configs of all other namespaces.
11
# The original behaviour was to include kube-system.conf before all other namespaces.
12
13
&& sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf \
0 commit comments