https://github.com/hellojukay/k8s-sync
sync k8s image from k8s.grc.io to docker hub
https://github.com/hellojukay/k8s-sync
docker dockerhub image k8s
Last synced: 2 months ago
JSON representation
sync k8s image from k8s.grc.io to docker hub
- Host: GitHub
- URL: https://github.com/hellojukay/k8s-sync
- Owner: hellojukay
- Created: 2019-04-12T07:02:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T03:39:39.000Z (over 5 years ago)
- Last Synced: 2025-01-29T08:34:02.045Z (over 1 year ago)
- Topics: docker, dockerhub, image, k8s
- Language: Groovy
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-sync

自动同步 k8s 官方镜像到 docker hub .
# 获取 kubeadm 镜像信息
```shell
kubeadm config images list
```
# 使用
```shell
perl pull.pl v1.19.4_list.txt
```