-
Notifications
You must be signed in to change notification settings - Fork 15k
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.language/koIssues or PRs related to Korean languageIssues or PRs related to Korean languagetriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
cat <<EOF | sudo tee /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch
enabled=1
gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
exclude=kubelet kubeadm kubectl
EOF
Google's centos repository is not working.
It looks like the repository mirror server needs to be relocated.
Thank you.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.language/koIssues or PRs related to Korean languageIssues or PRs related to Korean languagetriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.