Skip to content

Fluend - Connection refused on docker container #79

@RouR

Description

@RouR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions