Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion kubernetes/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ sudo echo "deb https://packages.fluentbit.io/ubuntu/xenial xenial main" >> /etc/
sudo apt-get update
sudo apt-get install td-agent-bit=1.6.8 -y

# install ruby2.6
# install ruby2.6
sudo apt-get install software-properties-common -y
sudo apt-add-repository ppa:brightbox/ruby-ng -y
sudo apt-get update
sudo apt-get install ruby2.6 ruby2.6-dev gcc make -y
# to fix CVE-2020-10663

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for investigating this and fixing this David.

gem update json -v 2.5.1
# fluentd v1 gem
gem install fluentd -v "1.12.2" --no-document
fluentd --setup ./fluent
Expand Down