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

Registrator not picking the events everytime #712

Open
rejoycherian opened this issue Sep 6, 2023 · 0 comments
Open

Registrator not picking the events everytime #712

rejoycherian opened this issue Sep 6, 2023 · 0 comments

Comments

@rejoycherian
Copy link

  • 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:

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

1 participant