Skip to content

Registrator not picking the events everytime #712

@rejoycherian

Description

@rejoycherian
  • What version of docker are you running?
    We are running podman v4.4.1
  • What version of registrator are you running?
    v7
  • Did you build a custom version of registrator? If so, what is that image?
    No
  • What is the exact command you are running registrator with?
    registrator:
    container_name: registrator
    command: -internal consul://consul:8500
    ttl: ttl 0
    ttl-refresh: ttl-refresh 0
    image: gliderlabs/registrator:master
    security_opt:
    - label=disable
    restart: always
    privileged: true
    volumes:
    - "/var/run/podman/podman.sock:/tmp/docker.sock"
    links:
    - consul
    depends_on:
    - consul

Description of the problem:
The events are not picked up continously. But podman sock records the events without any issues.
When we restart registrator, its working. And sometimes, the event gets read with a delay.
How reproducible:

Steps to Reproduce:

Actual Results:

Expected Results:

Additional info:

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