Skip to content
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

Merged
merged 2 commits into from
Jul 19, 2019

Conversation

rvmiller89
Copy link
Contributor

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.

frankreno
frankreno previously approved these changes Jul 18, 2019
Copy link
Contributor

@frankreno frankreno left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -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
Copy link
Contributor Author

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?

Copy link
Contributor

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

https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/master/deploy/kubernetes/fluentd-sumologic.yaml.tmpl#L179

Copy link
Contributor

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

Copy link
Contributor

@lei-sumo lei-sumo Jul 19, 2019

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.

Copy link
Contributor

@lei-sumo lei-sumo left a 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

@@ -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
Copy link
Contributor

@lei-sumo lei-sumo Jul 19, 2019

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.

@rvmiller89 rvmiller89 merged commit f8557e4 into master Jul 19, 2019
@rvmiller89 rvmiller89 deleted the rmiller-cleanup-Dockerfile branch July 19, 2019 18:10
psaia pushed a commit to psaia/sumologic-kubernetes-collection that referenced this pull request May 25, 2021
* Update existing roles and users

* Remove 2fa and guest roles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants