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:
@@ -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
|
||||
@@ -186,13 +186,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" >}}
|
||||
@@ -201,7 +201,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 >}}
|
||||
@@ -275,7 +275,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 \
|
||||
@@ -283,7 +283,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