Skip to content

Commit 5d159e8

Browse files
authored
Merge pull request #23826 from gochist/fix-container-runtime-ko
Complete unfinished conflict resolution
2 parents e0daea5 + d4e8228 commit 5d159e8

File tree

1 file changed

+13
-55
lines changed

1 file changed

+13
-55
lines changed

content/ko/docs/setup/production-environment/container-runtimes.md

Lines changed: 13 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ sysctl --system
217217
```
218218

219219
{{< tabs name="tab-cri-cri-o-installation" >}}
220-
{{< tab name="Debian" >}}
220+
{{% tab name="Debian" %}}
221221

222222
다음의 운영 체제에서 CRI-O를 설치하려면, 환경 변수 $OS를 아래의 표에서 적절한 필드로 설정한다.
223223

@@ -244,20 +244,9 @@ curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/
244244
apt-get update
245245
apt-get install cri-o cri-o-runc
246246
```
247-
<<<<<<< HEAD
248-
{{< /tab >}}
249247

250-
{{< tab name="Ubuntu 18.04, 19.04 and 19.10" >}}
251-
=======
252-
<<<<<<< HEAD
253248
{{% /tab %}}
254249

255-
{{% tab name="Ubuntu 18.04, 19.04 and 19.10" %}}
256-
=======
257-
258-
{{% /tab %}}
259-
>>>>>>> upstream/dev-1.19-ko.1
260-
261250
{{% tab name="Ubuntu" %}}
262251

263252
다음의 운영 체제에서 CRI-O를 설치하려면, 환경 변수 $OS를 아래의 표에서 적절한 필드로 설정한다.
@@ -275,7 +264,6 @@ apt-get install cri-o cri-o-runc
275264
사용자의 설치를 특정 릴리스에 고정할 수 있다.
276265
버전 1.18.3을 설치하려면, `VERSION=1.18:1.18.3` 을 설정한다.
277266
<br />
278-
>>>>>>> 357c22dfe... First Korean l10n work for release-1.19
279267

280268
그런 다음, 아래를 실행한다.
281269
```shell
@@ -313,22 +301,10 @@ curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://downlo
313301
curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:$VERSION/$OS/devel:kubic:libcontainers:stable:cri-o:$VERSION.repo
314302
yum install cri-o
315303
```
316-
<<<<<<< HEAD
317-
{{< /tab >}}
318-
319-
{{< tab name="CentOS/RHEL 7.4+" >}}
320-
=======
321-
<<<<<<< HEAD
322-
{{% /tab %}}
323-
324-
{{% tab name="CentOS/RHEL 7.4+" %}}
325-
=======
326304

327305
{{% /tab %}}
328306

329307
{{% tab name="openSUSE Tumbleweed" %}}
330-
>>>>>>> upstream/dev-1.19-ko.1
331-
>>>>>>> 357c22dfe... First Korean l10n work for release-1.19
332308

333309
```shell
334310
sudo zypper install cri-o
@@ -345,29 +321,13 @@ dnf module list cri-o
345321
```
346322
CRI-O는 Fedora에서 특정 릴리스를 고정하여 설치하는 방법은 지원하지 않는다.
347323

348-
<<<<<<< HEAD
349-
{{< tab name="openSUSE Tumbleweed" >}}
350-
=======
351-
<<<<<<< HEAD
352-
{{% tab name="openSUSE Tumbleweed" %}}
353-
>>>>>>> 357c22dfe... First Korean l10n work for release-1.19
354-
355-
=======
356324
그런 다음, 아래를 실행한다.
357-
>>>>>>> upstream/dev-1.19-ko.1
358325
```shell
359326
dnf module enable cri-o:$VERSION
360327
dnf install cri-o
361328
```
362-
<<<<<<< HEAD
363-
{{< /tab >}}
364-
=======
365-
<<<<<<< HEAD
366-
=======
367329

368-
>>>>>>> upstream/dev-1.19-ko.1
369330
{{% /tab %}}
370-
>>>>>>> 357c22dfe... First Korean l10n work for release-1.19
371331
{{< /tabs >}}
372332

373333
### CRI-O 시작
@@ -377,8 +337,8 @@ systemctl daemon-reload
377337
systemctl start crio
378338
```
379339

380-
자세한 사항은 [CRI-O 설치 가이드](https://github.com/kubernetes-sigs/cri-o#getting-started)
381-
참고한다.
340+
자세한 사항은 [CRI-O 설치 가이드](https://github.com/kubernetes-sigs/cri-o#getting-started)
341+
참고한다.
382342

383343
## Containerd
384344

@@ -410,7 +370,7 @@ sysctl --system
410370
### containerd 설치
411371

412372
{{< tabs name="tab-cri-containerd-installation" >}}
413-
{{< tab name="Ubuntu 16.04" >}}
373+
{{% tab name="Ubuntu 16.04" %}}
414374

415375
```shell
416376
# (containerd 설치)
@@ -447,8 +407,8 @@ containerd config default > /etc/containerd/config.toml
447407
# containerd 재시작
448408
systemctl restart containerd
449409
```
450-
{{< /tab >}}
451-
{{< tab name="CentOS/RHEL 7.4+" >}}
410+
{{% /tab %}}
411+
{{% tab name="CentOS/RHEL 7.4+" %}}
452412

453413
```shell
454414
# (containerd 설치)
@@ -479,12 +439,7 @@ containerd config default > /etc/containerd/config.toml
479439
# containerd 재시작
480440
systemctl restart containerd
481441
```
482-
<<<<<<< HEAD
483-
{{< /tab >}}
484-
=======
485-
<<<<<<< HEAD
486-
=======
487-
{{< /tab >}}
442+
{{% /tab %}}
488443
{{% tab name="윈도우 (PowerShell)" %}}
489444
```powershell
490445
# (containerd 설치)
@@ -510,14 +465,17 @@ Get-Content config.toml
510465
.\containerd.exe --register-service
511466
Start-Service containerd
512467
```
513-
>>>>>>> upstream/dev-1.19-ko.1
514468
{{% /tab %}}
515-
>>>>>>> 357c22dfe... First Korean l10n work for release-1.19
516469
{{< /tabs >}}
517470

518471
### systemd
519472

520-
`systemd` cgroup driver를 사용하려면, `/etc/containerd/config.toml``plugins.cri.systemd_cgroup = true`을 설정한다.
473+
`systemd` cgroup driver를 사용하려면, `/etc/containerd/config.toml`에 다음을 설정한다.
474+
475+
```
476+
[plugins.cri]
477+
systemd_cgroup = true
478+
```
521479
kubeadm을 사용하는 경우에도 마찬가지로, 수동으로
522480
[kubelet을 위한 cgroup 드라이버](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node)를 설정한다.
523481

0 commit comments

Comments
 (0)