-
Notifications
You must be signed in to change notification settings - Fork 65
Conversation
@flah00 : thank you again for this! I will review it ASAP. |
Any timeline for this? |
@flah00 @andrewrynhard : I have not had any cycles. Plan to review this week. |
Hey, @frankreno, any thoughts on this? |
@flah00 : sorry for the delay in getting back to you on this. I think this is a great first start. A few ideas, let me know your thoughts. Can we do this from a single Docker file and modify the entry point? I like how you have separated the conf files and I think that its ok to have those all ported into the same container. What I am thinking though is that we change the entry point to a script that detects (perhaps using an environment variable in the Daemonset? ) if you want to use the systemd configs or not. This might be nice to make it more extensible, suporting more than just SystemD down the line. Basically, wrap up the logic for what plugins fluentD starts in the script and have the docker file start that way. Thoughts? |
If I understand, you're suggesting that we use Would you like me to clean this POC up and move forward, with a new I think users might also find it helpful if they could project their own configs, via a configmap, into their containers. New env vars
Entrypoint behavior
Do you know, off the top of your head, whether |
* working on possible solution to #19
@frankreno what are you thoughts on the changes? Quite odd, and I'm not able to explain why I see 128 of these over four days
$ kubectl get po
NAME READY STATUS RESTARTS AGE
sl-sumologic-fluentd-1rscd 1/1 Running 0 4d |
@flah00 : I am going to have time to review this next week |
@flah00 I have reviewed the files and this look good, thanks for this and sorry for the delay. Before I merge, I wanna just test a few things on my end. |
testing went well and all LGTM, thanks @flah00 for this! |
This is a very rough cut, for #19. I wanted to offer a simple POC, and see what folks thought. Many of the systemd units created by kube-aws are not included. I'd be happy to work on that.
Some questions:
latest
point at the current image and a new tag? What would the new tag be?DOCKER_OPTS=--log-driver=journald
, thus container logs remainin_file
Thanks for this awesome project! Please let me know what you think!