fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.26k stars 978 forks source link

Add rexml #1375

Closed ashie closed 2 years ago

ashie commented 2 years ago

Because Ruby 3.x drops rexml from default gems, it's not installed by default. aws-sdk-core requires one of XML parser gems but it's up to the user to decide which one to actually use. rexml is still "bundled gem" of Ruby 3.x so we choose to install it by default.

Fix #1374