We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7207b49 commit 187afa5Copy full SHA for 187afa5
Dockerfile
@@ -4,12 +4,10 @@ RUN set -e \
4
&& tdnf install -y jq sed \
5
&& gem install -N fluent-plugin-jq -v "0.5.1" \
6
&& gem install -N fluent-plugin-grafana-loki -v "1.2.20" \
7
+ && gem uninstall fluent-plugin-splunk-hec -a -x \
8
+ && gem install -N fluent-plugin-splunk-hec -v "1.3.3" \
9
&& echo OK
-
-RUN bundle install && \
10
- gem uninstall fluent-plugin-splunk-hec -a -x && \
11
- gem install -N fluent-plugin-splunk-hec -v "1.3.3"
12
+
13
# Patch configuration files:
14
# - relabel all at end to allow default match in kube-system.conf (is before all other namespaces)
15
# - kubelet.log of rancher is in /var/lib/rancher/rke2/agent/logs
0 commit comments