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

kubeadm 설치하기 #47118

Open
ssd32033 opened this issue Jul 9, 2024 · 14 comments · May be fixed by #47371
Open

kubeadm 설치하기 #47118

ssd32033 opened this issue Jul 9, 2024 · 14 comments · May be fixed by #47371
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/support Categorizes issue or PR as a support question. language/ko Issues or PRs related to Korean language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@ssd32033
Copy link

ssd32033 commented Jul 9, 2024

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.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jul 9, 2024
@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.

@T-Lakshmi
Copy link
Contributor

Page: https://kubernetes.io/ko/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Jul 9, 2024
@neolit123
Copy link
Member

Google's centos repository is not working.
It looks like the repository mirror server needs to be relocated.
Thank you.

this repository no longer exists.
see the English docs

# This overwrites any existing configuration in /etc/yum.repos.d/kubernetes.repo
cat <<EOF | sudo tee /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://pkgs.k8s.io/core:/stable:/v1.30/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.30/rpm/repodata/repomd.xml.key
exclude=kubelet kubeadm kubectl cri-tools kubernetes-cni
EOF

https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/

someone needs to update the korean pages.

@tamilselvan1102
Copy link
Contributor

This page is not updated with latest information and there is note written about it. You can contribute to update this page with original English doc

@tamilselvan1102
Copy link
Contributor

/help

@k8s-ci-robot k8s-ci-robot added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Jul 9, 2024
@sftim
Copy link
Contributor

sftim commented Jul 18, 2024

/remove-help

This issue does not meet the requirements for issues labelled with help wanted

@k8s-ci-robot k8s-ci-robot removed the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Jul 18, 2024
@sftim
Copy link
Contributor

sftim commented Jul 18, 2024

/remove-language ko
/kind support

@k8s-ci-robot k8s-ci-robot added kind/support Categorizes issue or PR as a support question. and removed language/ko Issues or PRs related to Korean language labels Jul 18, 2024
@sftim
Copy link
Contributor

sftim commented Jul 18, 2024

Ah sorry
/language ko

@k8s-ci-robot k8s-ci-robot added the language/ko Issues or PRs related to Korean language label Jul 18, 2024
@sftim
Copy link
Contributor

sftim commented Jul 18, 2024

@ssd32033 would you be willing to rewrite the issue description to highlight that the Korean page is out of date? That would turn this into a bug report.

@henjoon
Copy link

henjoon commented Aug 5, 2024

May I take this issue?

@T-Lakshmi
Copy link
Contributor

@henjoon,
Anyone is welcome to contribute in k8s community as it is open source project.
Follow the contribution guidelines to know more about how to contribute in k8s docs.

@T-Lakshmi
Copy link
Contributor

@henjoon,
This issue is currently not triage accepted, you can start working on this once it turned to a bug and triage accepted.

@henjoon
Copy link

henjoon commented Aug 6, 2024

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Aug 6, 2024
@henjoon henjoon linked a pull request Aug 6, 2024 that will close this issue
@henjoon
Copy link

henjoon commented Aug 6, 2024

/assign @henjoon

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

Successfully merging a pull request may close this issue.

7 participants