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

The difference between the English and Korean versions of the documentation regarding kubectl installation. #46287

Open
jongwoonkim2 opened this issue May 9, 2024 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. 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

@jongwoonkim2
Copy link

jongwoonkim2 commented May 9, 2024

kubernetes 공식 홈페이지 한글버전에는 쿠버네티스 설치 과정에서 [기본 패키지 관리 도구를 사용하여 설치] 부분에
[레드헷 기반의 배포판] 에서는 아래와 같이 설명되어 있습니다.

In the Korean version of the official Kubernetes website, under the section [Installing Kubernetes Using Package Management Tools], it is described as follows for [Red Hat-based distributions].

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/rpm-package-key.gpg
EOF
sudo yum install -y kubectl

참조: https://kubernetes.io/ko/docs/tasks/tools/install-kubectl-linux/#install-using-native-package-management

그러나 영문버전에서 Red Hat-based distributions 아래와 같이 안내되어있습니다.

However, in the English version, the guidance under Red Hat-based distributions is as follows.

# 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
EOF

참조: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-using-native-package-management

결론적으로 말씀드리면 한글버전 문서에서대로 repo파일을 작성하면 404 error 가 발생합니다.
영문버전과 한글버전간 동기화가 필요해보입니다.

Ultimately, if you follow the instructions in the Korean version of the document and create the repo file accordingly, you will encounter a 404 error. It seems that synchronization between the English and Korean versions is necessary.

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

@jongwoonkim2 jongwoonkim2 changed the title 리눅스에 kubectl 설치 및 설정 The difference between the English and Korean versions of the documentation regarding kubectl installation. May 9, 2024
@sftim
Copy link
Contributor

sftim commented May 9, 2024

/language ko

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

sftim commented May 9, 2024

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 9, 2024
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. 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

No branches or pull requests

3 participants