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

Fluend - Connection refused on docker container #79

Open
RouR opened this issue Mar 9, 2018 · 1 comment
Open

Fluend - Connection refused on docker container #79

RouR opened this issue Mar 9, 2018 · 1 comment

Comments

@RouR
Copy link

RouR commented Mar 9, 2018

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

@may-cat
Copy link
Contributor

may-cat commented Mar 21, 2018

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

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

No branches or pull requests

2 participants