Dieter Maes

Results 4 comments of Dieter Maes

Not sure if Consul even supports client cert/key when doing http checks (I think not, looking at https://www.consul.io/api-docs/agent/check#register-check). But this seems like a patroni problem, where patroni should configure the...

+1 for support for OCI images. Deleting images also doesn't work without the `Accept:application/vnd.oci.image.manifest.v1+json` header. Currently fixing it by letting my proxy inject that header, but that's a dirty fix.

Building docker-formatted images with podman is taking a step back though. I'll take a look and maybe make a PR, my go skills have improved a bit since 6mo ago...

On further investigation, not falling through for IPv6 when only an IPv4 record is defined is also how /etc/hosts behaves, so I don't think CoreDNS should deviate from that and...