Fourth Korean L10n Work For Release 1.17 (#19127)
* translate assign-pod-node.md (#18955) * correct the misspelling (#19063) * Update to Outdated files in dev-1.17-ko.4 branch. (#19002) Co-Authored-By: KimMJ <a01083612486@gmail.com> Co-Authored-By: forybm <forybm1@naver.com> Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: KimMJ <a01083612486@gmail.com> Co-authored-by: forybm <forybm1@naver.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ kubelet을 재시작 하는 것은 에러를 해결할 수 없을 것이다.
|
||||
# Docker CE 설치
|
||||
## 리포지터리 설정
|
||||
### apt가 HTTPS 리포지터리를 사용할 수 있도록 해주는 패키지 설치
|
||||
apt-get update && apt-get install \
|
||||
apt-get update && apt-get install -y \
|
||||
apt-transport-https ca-certificates curl software-properties-common
|
||||
|
||||
### Docker의 공식 GPG 키 추가
|
||||
@@ -85,7 +85,7 @@ add-apt-repository \
|
||||
stable"
|
||||
|
||||
## Docker CE 설치.
|
||||
apt-get update && apt-get install \
|
||||
apt-get update && apt-get install -y \
|
||||
containerd.io=1.2.10-3 \
|
||||
docker-ce=5:19.03.4~3-0~ubuntu-$(lsb_release -cs) \
|
||||
docker-ce-cli=5:19.03.4~3-0~ubuntu-$(lsb_release -cs)
|
||||
@@ -113,14 +113,14 @@ systemctl restart docker
|
||||
# Docker CE 설치
|
||||
## 리포지터리 설정
|
||||
### 필요한 패키지 설치.
|
||||
yum install yum-utils device-mapper-persistent-data lvm2
|
||||
yum install -y yum-utils device-mapper-persistent-data lvm2
|
||||
|
||||
### Docker 리포지터리 추가
|
||||
yum-config-manager --add-repo \
|
||||
https://download.docker.com/linux/centos/docker-ce.repo
|
||||
|
||||
## Docker CE 설치.
|
||||
yum update && yum install \
|
||||
yum update -y && yum install -y \
|
||||
containerd.io-1.2.10 \
|
||||
docker-ce-19.03.4 \
|
||||
docker-ce-cli-19.03.4
|
||||
@@ -181,13 +181,13 @@ sysctl --system
|
||||
|
||||
# 선행 조건 설치
|
||||
apt-get update
|
||||
apt-get install software-properties-common
|
||||
apt-get install -y software-properties-common
|
||||
|
||||
add-apt-repository ppa:projectatomic/ppa
|
||||
apt-get update
|
||||
|
||||
# CRI-O 설치
|
||||
apt-get install cri-o-1.15
|
||||
apt-get install -y cri-o-1.15
|
||||
|
||||
{{< /tab >}}
|
||||
{{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}
|
||||
@@ -196,7 +196,7 @@ apt-get install cri-o-1.15
|
||||
yum-config-manager --add-repo=https://cbs.centos.org/repos/paas7-crio-115-release/x86_64/os/
|
||||
|
||||
# CRI-O 설치
|
||||
yum install --nogpgcheck cri-o
|
||||
yum install --nogpgcheck -y cri-o
|
||||
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
@@ -270,7 +270,7 @@ systemctl restart containerd
|
||||
# containerd 설치
|
||||
## 리포지터리 설정
|
||||
### 필요한 패키지 설치
|
||||
yum install yum-utils device-mapper-persistent-data lvm2
|
||||
yum install -y yum-utils device-mapper-persistent-data lvm2
|
||||
|
||||
### Docker 리포지터리 추가리
|
||||
yum-config-manager \
|
||||
@@ -278,7 +278,7 @@ yum-config-manager \
|
||||
https://download.docker.com/linux/centos/docker-ce.repo
|
||||
|
||||
## containerd 설치
|
||||
yum update && yum install containerd.io
|
||||
yum update -y && yum install -y containerd.io
|
||||
|
||||
# containerd 설정
|
||||
mkdir -p /etc/containerd
|
||||
|
||||
Reference in New Issue
Block a user