-
Notifications
You must be signed in to change notification settings - Fork 909
Open
Description
- 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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels