Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryshell/k3s-registry-mirror
K3s Registry Mirror
https://github.com/jerryshell/k3s-registry-mirror
homelab k3s k8s kubernetes mirror registry
Last synced: 4 days ago
JSON representation
K3s Registry Mirror
- Host: GitHub
- URL: https://github.com/jerryshell/k3s-registry-mirror
- Owner: jerryshell
- License: agpl-3.0
- Created: 2024-04-07T18:22:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T09:41:10.000Z (18 days ago)
- Last Synced: 2024-11-02T10:24:28.478Z (18 days ago)
- Topics: homelab, k3s, k8s, kubernetes, mirror, registry
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K3s Registry Mirror
[GFW](https://en.wikipedia.org/wiki/Great_Firewall) is such a "great" thing to help me learn technology 🙃
```bash
vim /etc/rancher/k3s/registries.yaml
``````yaml
mirrors:
docker.io:
endpoint:
- https://dockerpull.org
registry.k8s.io:
endpoint:
- https://k8s.m.daocloud.io
``````bash
systemctl restart k3s
```## More
[https://www.wangdu.site/course/2109.html](https://www.wangdu.site/course/2109.html)
## LICENSE
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0/)