@@ -217,7 +217,7 @@ sysctl --system
217
217
```
218
218
219
219
{{< tabs name="tab-cri-cri-o-installation" >}}
220
- {{< tab name="Debian" > }}
220
+ {{% tab name="Debian" % }}
221
221
222
222
다음의 운영 체제에서 CRI-O를 설치하려면, 환경 변수 $OS를 아래의 표에서 적절한 필드로 설정한다.
223
223
@@ -244,20 +244,9 @@ curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/
244
244
apt-get update
245
245
apt-get install cri-o cri-o-runc
246
246
```
247
- <<<<<<< HEAD
248
- {{< /tab >}}
249
247
250
- {{< tab name="Ubuntu 18.04, 19.04 and 19.10" >}}
251
- =======
252
- <<<<<<< HEAD
253
248
{{% /tab %}}
254
249
255
- {{% tab name="Ubuntu 18.04, 19.04 and 19.10" %}}
256
- =======
257
-
258
- {{% /tab %}}
259
- >>>>>>> upstream/dev-1.19-ko.1
260
-
261
250
{{% tab name="Ubuntu" %}}
262
251
263
252
다음의 운영 체제에서 CRI-O를 설치하려면, 환경 변수 $OS를 아래의 표에서 적절한 필드로 설정한다.
@@ -275,7 +264,6 @@ apt-get install cri-o cri-o-runc
275
264
사용자의 설치를 특정 릴리스에 고정할 수 있다.
276
265
버전 1.18.3을 설치하려면, ` VERSION=1.18:1.18.3 ` 을 설정한다.
277
266
<br />
278
- >>>>>>> 357c22dfe... First Korean l10n work for release-1.19
279
267
280
268
그런 다음, 아래를 실행한다.
281
269
``` shell
@@ -313,22 +301,10 @@ curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://downlo
313
301
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
314
302
yum install cri-o
315
303
```
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
- =======
326
304
327
305
{{% /tab %}}
328
306
329
307
{{% tab name="openSUSE Tumbleweed" %}}
330
- >>>>>>> upstream/dev-1.19-ko.1
331
- >>>>>>> 357c22dfe... First Korean l10n work for release-1.19
332
308
333
309
``` shell
334
310
sudo zypper install cri-o
@@ -345,29 +321,13 @@ dnf module list cri-o
345
321
```
346
322
CRI-O는 Fedora에서 특정 릴리스를 고정하여 설치하는 방법은 지원하지 않는다.
347
323
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
- =======
356
324
그런 다음, 아래를 실행한다.
357
- >>>>>>> upstream/dev-1.19-ko.1
358
325
``` shell
359
326
dnf module enable cri-o:$VERSION
360
327
dnf install cri-o
361
328
```
362
- <<<<<<< HEAD
363
- {{< /tab >}}
364
- =======
365
- <<<<<<< HEAD
366
- =======
367
329
368
- >>>>>>> upstream/dev-1.19-ko.1
369
330
{{% /tab %}}
370
- >>>>>>> 357c22dfe... First Korean l10n work for release-1.19
371
331
{{< /tabs >}}
372
332
373
333
### CRI-O 시작
@@ -377,8 +337,8 @@ systemctl daemon-reload
377
337
systemctl start crio
378
338
```
379
339
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
+ 참고한다.
382
342
383
343
## Containerd
384
344
@@ -410,7 +370,7 @@ sysctl --system
410
370
### containerd 설치
411
371
412
372
{{< tabs name="tab-cri-containerd-installation" >}}
413
- {{< tab name="Ubuntu 16.04" > }}
373
+ {{% tab name="Ubuntu 16.04" % }}
414
374
415
375
``` shell
416
376
# (containerd 설치)
@@ -447,8 +407,8 @@ containerd config default > /etc/containerd/config.toml
447
407
# containerd 재시작
448
408
systemctl restart containerd
449
409
```
450
- {{< /tab > }}
451
- {{< tab name="CentOS/RHEL 7.4+" > }}
410
+ {{% /tab % }}
411
+ {{% tab name="CentOS/RHEL 7.4+" % }}
452
412
453
413
``` shell
454
414
# (containerd 설치)
@@ -479,12 +439,7 @@ containerd config default > /etc/containerd/config.toml
479
439
# containerd 재시작
480
440
systemctl restart containerd
481
441
```
482
- <<<<<<< HEAD
483
- {{< /tab >}}
484
- =======
485
- <<<<<<< HEAD
486
- =======
487
- {{< /tab >}}
442
+ {{% /tab %}}
488
443
{{% tab name="윈도우 (PowerShell)" %}}
489
444
``` powershell
490
445
# (containerd 설치)
@@ -510,14 +465,17 @@ Get-Content config.toml
510
465
.\containerd.exe --register-service
511
466
Start-Service containerd
512
467
```
513
- >>>>>>> upstream/dev-1.19-ko.1
514
468
{{% /tab %}}
515
- >>>>>>> 357c22dfe... First Korean l10n work for release-1.19
516
469
{{< /tabs >}}
517
470
518
471
### systemd
519
472
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
+ ```
521
479
kubeadm을 사용하는 경우에도 마찬가지로, 수동으로
522
480
[ kubelet을 위한 cgroup 드라이버] ( /docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node ) 를 설정한다.
523
481
0 commit comments