Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing The Kubernetes Package Repository #49820

Open
shengjianzhou opened this issue Feb 18, 2025 · 3 comments
Open

Changing The Kubernetes Package Repository #49820

shengjianzhou opened this issue Feb 18, 2025 · 3 comments
Labels
language/zh Issues or PRs related to Chinese language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@shengjianzhou
Copy link

https://v1-28.docs.kubernetes.io/zh-cn/docs/tasks/administer-cluster/kubeadm/change-package-repository/
Sections on this page: Switch to other Kubernetes package repositories, repo contents:
[kubernetes]
name=Kubernetes
baseurl=https://pkgs.k8s.io/core:/stable:/vv1.28/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/vv1.28/rpm/repodata/repomd.xml.key
exclude=kubelet kubeadm kubectl cri-tools kubernetes-cni

An extra v was written. The correct one should be:
[kubernetes]
name=Kubernetes
baseurl=https://pkgs.k8s.io/core:/stable:/v1.28/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.28/rpm/repodata/repomd.xml.key
exclude=kubelet kubeadm kubectl cri-tools kubernetes-cni

@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Feb 18, 2025
@sftim
Copy link
Contributor

sftim commented Feb 18, 2025

/language zh

@k8s-ci-robot k8s-ci-robot added the language/zh Issues or PRs related to Chinese language label Feb 18, 2025
@shengjianzhou
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language/zh Issues or PRs related to Chinese language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants