You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is evident that the software repository was previously hosted by Google, and now the community has its own software repository.
The Google-hosted package repositories are:
Debian-based Linux distributions apt.kubernetes.io
RPM-based Linux distributions yum.kubernetes.io
The kubernetes Community-Owned package repositories are:
pkgs.k8s.io with subPath for Debian/RPM-based Linux distributions
The software repository hosted by Google is already available on the mirror site of the University of Science and Technology of China (USTC) with address https://mirrors.ustc.edu.cn/kubernetes/.
What I am proposing is a mirror request for the Community-Owned software repository.
上游地址与镜像方法 (Upstream & mirroring method)
The repository upstream address changes with software version updates, the rules can be referred to this post.
Example with kubernetes v1.28.x of Debian/RPM-based Linux distributions:
echo"deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.28/deb/ /"| sudo tee /etc/apt/sources.list.d/kubernetes.list
先决条件 (Prerequisites)
我已确认这个镜像源从未在 其他 issues 中讨论过。
I have checked that this repository has not been discussed in other issues.
我已仔细阅读 请求新镜像前必读。
I have CAREFULLY read the mirroring rules.
项目介绍 (Project introduction)
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.
According to those kubernetes blog posts:
It is evident that the software repository was previously hosted by Google, and now the community has its own software repository.
The Google-hosted package repositories are:
apt.kubernetes.io
yum.kubernetes.io
The kubernetes Community-Owned package repositories are:
pkgs.k8s.io
with subPath for Debian/RPM-based Linux distributionsThe software repository hosted by Google is already available on the mirror site of the University of Science and Technology of China (USTC) with address
https://mirrors.ustc.edu.cn/kubernetes/
.What I am proposing is a mirror request for the Community-Owned software repository.
上游地址与镜像方法 (Upstream & mirroring method)
The repository upstream address changes with software version updates, the rules can be referred to this post.
Example with kubernetes v1.28.x of Debian/RPM-based Linux distributions:
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
will show:
So far, it seems that the official source hasn't provided a mirror solution for this
pkgs.k8s.io
site.镜像大小 (Mirror size)
unknown
备注 (Note)
It seems that Alibaba's mirror site has already achieved this.
Waiting for good news.
The text was updated successfully, but these errors were encountered: