This message was deleted.
# k3s
a
This message was deleted.
1
c
not unless you have your own docker hub mirror that supports ipv6 but can pull over ipv4. docker hub doesn’t support ipv6.
n
incredible to hear this in 2023 😞
👍 1
if I find a way to get a mirror with artifactory or something similar, what's the next step with k3s?
I guess you should be able to add
<http://registry.ipv6.docker.com|registry.ipv6.docker.com>
as an endpoint for docker.io in your registries.yaml
haven’t tried it myself
n
I'm aware of this, I used that with minikube before uninstalling it. k3s is using containerd, right? I'm looking for a place where to place
<http://registry.ipv6.docker.com|registry.ipv6.docker.com>
c
Copy code
mirrors:
  <http://docker.io|docker.io>:
    endpoint:
      - "<https://registry.ipv6.docker.com>"
🙌 3
159 Views