flant/loghouse

Fluend - Connection refused on docker container

Opened this issue · 1 comments

RouR commented

Please add to docker image flant/loghouse-fluentd:

 ports:
    - 24224:24224

Please add to ConfigMap fluentd-config:

<source>
      @type forward
      port 24224
      bind 0.0.0.0
</source>   

Please add to DaemonSet fluentd:

ports:
        - name: http-input
          containerPort: 24224
          protocol: TCP    

I hope it will fix error "Fluentd Connection refused 127.0.0.1:24224" from another docker image on the same node

Thanks for your issue.
Transferred your wishes to our developers. We will fix bug in few month.