We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fcbf02 + 053332a commit 125dc6cCopy full SHA for 125dc6c
cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
@@ -20,4 +20,8 @@
20
# For systems without journald
21
mkdir -p /var/log/journal
22
23
+# Use exec to get the signal
24
+# A non-quoted string and add the comment to prevent shellcheck failures on this line.
25
+# See https://github.com/koalaman/shellcheck/wiki/SC2086
26
+# shellcheck disable=SC2086
27
exec /usr/local/bin/fluentd $FLUENTD_ARGS
hack/.shellcheck_failures
@@ -1,7 +1,6 @@
1
./build/lib/release.sh
2
./cluster/addons/addon-manager/kube-addons.sh
3
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
4
-./cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh
5
./cluster/clientbin.sh
6
./cluster/common.sh
7
./cluster/gce/config-common.sh
0 commit comments