Skip to content

Commit c3a811c

Browse files
pin fluentd version
1 parent 96ef037 commit c3a811c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kubernetes/linux/setup.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ echo "$(fluent-bit --version)" >> packages_version.txt
7878

7979
# install fluentd
8080
fluentd_version="1.16.3"
81+
82+
# Pre-install cool.io to avoid ARM64 build issues (segfault during native extension compilation)
83+
if [ "$ARCH" == "arm64" ]; then
84+
gem install cool.io -v "1.8.0" --no-document
85+
fi
86+
8187
gem install fluentd -v $fluentd_version --no-document
8288

8389
# remove the test directory from fluentd

0 commit comments

Comments
 (0)