Version 0.7
If I enable the following option in k3d's config file:
options:
k3s:
extraArgs:
- arg: "--disable-default-registry-endpoint"
nodeFilters:
- "all:*"
Then coredns fails to load properly:
Normal Pulling 26s kubelet Pulling image "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1"
Warning Failed 5s kubelet Failed to pull image "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1": rpc error: code = NotFound desc = failed to pull and unpack image "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1": failed to copy: httpReadSeeker: failed open: could not fetch content descriptor sha256:8fd3d3275362698251cd271235e68f78674a216a940db7e4857cda5302c2ce5a (application/vnd.oci.image.config.v1+json) from remote: not found
All other images seem to work fine.
Removing the above option allows k3d to bypass your proxy if it runs into an error using it, which is probably why you're not seeing this error without it.
Version 0.7
If I enable the following option in k3d's config file:
Then coredns fails to load properly:
Normal Pulling 26s kubelet Pulling image "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1"
Warning Failed 5s kubelet Failed to pull image "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1": rpc error: code = NotFound desc = failed to pull and unpack image "registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.1": failed to copy: httpReadSeeker: failed open: could not fetch content descriptor sha256:8fd3d3275362698251cd271235e68f78674a216a940db7e4857cda5302c2ce5a (application/vnd.oci.image.config.v1+json) from remote: not found
All other images seem to work fine.
Removing the above option allows k3d to bypass your proxy if it runs into an error using it, which is probably why you're not seeing this error without it.