kubelet: Fix CA cert for Docker Hub proxy
The man page for _containers-certs.d(5)_ says that subdirectories of `/etc/containers/certs.d` should be named `host:port`, however, this is a bit misleading. It seems instead, the directory name must match the name of the registry server as specified, so in the case of a server that supports HTTPS on port 443, where the port would be omitted from the image name, it must also be omitted from the `certs.d` subdirectory name.unifi-restore
parent
ba3f61fb08
commit
f7546791cc
|
@ -18,6 +18,6 @@ container_registries:
|
|||
prefix: docker.io
|
||||
|
||||
container_registry_certs:
|
||||
docker-hub.proxy.pyrocufflink.blue:443:
|
||||
docker-hub.proxy.pyrocufflink.blue:
|
||||
ca: >-
|
||||
{{ lookup('file', 'dch-root-ca-r2.crt') }}
|
||||
|
|
Loading…
Reference in New Issue