Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 471 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 471 Bytes

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