Skip to content

jerryshell/k3s-registry-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

K3s Registry Mirror

GFW is such a "great" thing to help me learn technology 🙃

vim /etc/rancher/k3s/registries.yaml
mirrors:
  docker.io:
    endpoint:
      - https://docker.m.daocloud.io
  registry.k8s.io:
    endpoint:
      - https://k8s.m.daocloud.io
systemctl restart k3s

LICENSE

GNU Affero General Public License v3.0