Revert "Repair and sync the dev-1.18 branch" (#19228)

This commit is contained in:
Zach Corleissen
2020-02-21 12:16:47 -08:00
committed by GitHub
parent 6ea6519b8f
commit e66e21ab7b
117 changed files with 3577 additions and 2899 deletions
@@ -72,7 +72,7 @@ kubelet을 재시작 하는 것은 에러를 해결할 수 없을 것이다.
# Docker CE 설치
## 리포지터리 설정
### apt가 HTTPS 리포지터리를 사용할 수 있도록 해주는 패키지 설치
apt-get update && apt-get install -y \
apt-get update && apt-get install \
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 -y \
apt-get update && apt-get install \
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 -y yum-utils device-mapper-persistent-data lvm2
yum install 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 -y && yum install -y \
yum update && yum install \
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 -y software-properties-common
apt-get install software-properties-common
add-apt-repository ppa:projectatomic/ppa
apt-get update
# CRI-O 설치
apt-get install -y cri-o-1.15
apt-get install cri-o-1.15
{{< /tab >}}
{{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}
@@ -196,7 +196,7 @@ apt-get install -y 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 -y cri-o
yum install --nogpgcheck cri-o
{{< /tab >}}
{{< /tabs >}}
@@ -270,7 +270,7 @@ systemctl restart containerd
# containerd 설치
## 리포지터리 설정
### 필요한 패키지 설치
yum install -y yum-utils device-mapper-persistent-data lvm2
yum install 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 -y && yum install -y containerd.io
yum update && yum install containerd.io
# containerd 설정
mkdir -p /etc/containerd