-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup Dockerfile and remove Dockerfile-debian #82
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
deploy/docker/Dockerfile
Outdated
@@ -26,9 +27,8 @@ RUN gem install fluent-plugin-s3 -v 1.1.4 \ | |||
&& gem install fluent-plugin-prometheus -v 1.1.0 \ | |||
&& gem install fluent-plugin-kubernetes_sumologic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, is this correct? Are we missing a version here? In fact, are we using this gem anywhere? This is https://github.com/SumoLogic/fluentd-kubernetes-sumologic, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed that, you are right. We should include the version explicitly. WE are using it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should use 2.4.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we using this gem? This is the fluend daemonset which should be removed from here as we have fluentbit now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question about the old fluentd daemonset
deploy/docker/Dockerfile
Outdated
@@ -26,9 +27,8 @@ RUN gem install fluent-plugin-s3 -v 1.1.4 \ | |||
&& gem install fluent-plugin-prometheus -v 1.1.0 \ | |||
&& gem install fluent-plugin-kubernetes_sumologic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we using this gem? This is the fluend daemonset which should be removed from here as we have fluentbit now.
* Update existing roles and users * Remove 2fa and guest roles
We're no longer using
fluent-plugin-carbon-v2
so we can skip installing that (although our CI script will still build the gem since the directory is in this repo).We were also installing the local
fluent-plugin-sumologic_output
over the gem file from RubyGems, so this removes that extra replacement.Lastly we want to focus on Dockerfile and remove Dockerfile-debian.