teamhephy / fluentd

MIT License
2 stars 7 forks source link

Updates to fluentd from drycc/fluentd #17

Closed Cryptophobia closed 4 years ago

Cryptophobia commented 4 years ago
kingdonb commented 3 years ago

Why does this only fail sometimes?

DigitalOcean CNI "deis logs" works fine in three out of five buildpack and "go/python/http/dockerfile" examples I've tried so far, so it appears the problem doesn't manifest on this cluster. This is on Hephy Workflow v2.22.1

I'll move over to Azure next, so I can see if it repro the issue there. Noted that K8s 1.17.13 is the cluster version that I'm testing on. A lot of our strategies for accessing the host systems via DaemonSet are called out by the cluster linter in the upgrade process, next step testing on 1.18.10.

I saw there was a lot going on in this patch and I just thought it was strange this only apparently affects some clusters, if it's really a (misspelling in the config file class of error) hard misconfiguration then why does it still work sometimes apparently without issue? Who can say for sure...

kingdonb commented 3 years ago

It's definitely not an issue on DigitalOcean. Moving on to test Azure, where I think I was able to reproduce the problem before.

Cryptophobia commented 3 years ago

@kingdonb , I suspected this has to do with using ENV variables inside the container for fluent.conf on the base images that fluentd provides.

I think this FLUENTD_CONF env variable disappeared in one of the newer images from Fluetnd docker hub.