Ed Robinson
Ed Robinson
I am not sure this is possible without leaking to many internal cookpad specific stuff ...
Hi @a-x- thanks for the issue. The storage records the offset of the journal cursor - this means if fluentd shuts down for some reason - then this plugin should...
I could be wrong, but it looks like the container you are using might be alpine based. You would need to use a container with libsystemd installed for this plugin...
I think you need it... because until there are some peers the health-check wont begin to pass ... and without `podManagementPolicy: Parallel` the second pod in the stateful set isn't...
I have an idea to build a sidecar that can update the kubernetes labels on the core pods based on if they are LEADER/FOLLOWER ... then it would be trivial...
I am seeing a similar, but not identical error. ``` /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': Error relocating /usr/lib/ruby/gems/2.3.0/gems/gsl-2.1.0.2/lib/gsl_native.so: gsl_sf_legendre_Plm_array: symbol not found - /usr/lib/ruby/gems/2.3.0/gems/gsl-2.1.0.2/lib/gsl_native.so (LoadError) ``` repro follows Dockerfile ``` FROM alpine:3.5 RUN...
Interestingly things seem to work with alpine:3.4 (gsl 1.16) and gem version 1.16.0.6 but fail if the gem is upgraded to 2.1.0.2 working: ``` FROM alpine:3.4 RUN apk add --no-cache...
The issue seems to be the use of deprecated functions, in debian/ubuntu the package is patched to be included. When I patch the alpine package to do the same everything...
@danielqsj I just rebased this PR on current master... any chance you could take a look at it?