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: about 1 year 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T09:41:10.000Z (over 1 year ago)
- Last Synced: 2025-01-16T15:26:47.549Z (over 1 year ago)
- Topics: homelab, k3s, k8s, kubernetes, mirror, registry
- Homepage:
- Size: 15.6 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/)