Skip to content

Commit

Permalink
Merge pull request #3 from inway:rel-fluent-plugin-kubernetes
Browse files Browse the repository at this point in the history
Add `fluent-plugin-kubernetes`
  • Loading branch information
SPodjasek authored Jun 23, 2022
2 parents 463e2f3 + e52ff8d commit 28bed05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bitnami/fluentd:1.14.6-debian-11-r8

ENV PLUGINS "fluent-plugin-parser-cri fluent-plugin-multi-format-parser"
ENV PLUGINS "fluent-plugin-parser-cri fluent-plugin-multi-format-parser fluent-plugin-kubernetes"

RUN for PLUGIN in $PLUGINS; do \
echo "=> Install $PLUGIN" && fluent-gem install $PLUGIN --no-document; \
Expand Down

0 comments on commit 28bed05

Please sign in to comment.