-
Notifications
You must be signed in to change notification settings - Fork 297
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
dragonfly v0.2.0 does not work well with dfdaemon local proxy #3744
Comments
@kelein Dragonfly has no logs, and the traffic does not pass through Dragonfly. Need to check the containerd log why Dragonfly mirror is not used. Please provide the containerd's log and dfdaemon's log. |
@gaius-qi This issue due to my containerd config.toml config error, because I firstly install dragonfly with client image /etc/containerd/certs.d:
└── etc
└── docker
└── certs.d
├── docker.io
│ └── hosts.toml
├── ghcr.io
│ └── hosts.toml
├── artifact
│ └── hosts.toml
└── artifact-dev
└── hosts.toml After I upgrade the client image to /etc/containerd/certs.d
├── docker.io
│ └── hosts.toml
├── ghcr.io
│ └── hosts.toml
├── artifact
│ └── hosts.toml
└── artifact-dev
└── hosts.toml But it does not modify the $ diff config.toml config-old.toml
< config_path = "/etc/containerd/certs.d"
---
> config_path = "/etc/containerd/certs.d:/etc/docker/certs.d" |
@kelein Does containerd's |
Seems not, The official docs does not mention multiple paths supports. containerd-registry-configuration |
Bug report:
Dragonfly
v0.2.0
does not work well expectedly when I deployed it by helm chartdragonfly-1.2.28
./var/log/dragonfly/dfdaemon/dfdaemon.log
)Expected behavior:
How to reproduce it:
Environment:
v0.2.0
Amazon Linux 2
uname -a
):5.10.228-219.884.amzn2.x86_64
dragonfly-1.2.28
Container Runtime Config
The text was updated successfully, but these errors were encountered: