From ea838de997c40e66eb161ea489be928fa6757285 Mon Sep 17 00:00:00 2001 From: kenta-iijima Date: Fri, 7 Jun 2024 09:56:15 +0900 Subject: [PATCH 1/3] Add content/ja/docs/reference/glossary/cri-o.md Signed-off-by: kenta-iijima --- content/ja/docs/reference/glossary/cri-o.md | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/ja/docs/reference/glossary/cri-o.md diff --git a/content/ja/docs/reference/glossary/cri-o.md b/content/ja/docs/reference/glossary/cri-o.md new file mode 100644 index 0000000000..d94e0eaf15 --- /dev/null +++ b/content/ja/docs/reference/glossary/cri-o.md @@ -0,0 +1,24 @@ +--- +title: CRI-O +id: cri-o +date: 2019-05-14 +full_link: https://cri-o.io/#what-is-cri-o +short_description: > + A lightweight container runtime specifically for Kubernetes + +aka: +tags: +- tool +--- +A tool that lets you use OCI container runtimes with Kubernetes CRI. + + + +CRI-O is an implementation of the {{< glossary_tooltip term_id="cri" >}} +to enable using {{< glossary_tooltip text="container" term_id="container" >}} +runtimes that are compatible with the Open Container Initiative (OCI) +[runtime spec](https://www.github.com/opencontainers/runtime-spec). + +Deploying CRI-O allows Kubernetes to use any OCI-compliant runtime as the container +runtime for running {{< glossary_tooltip text="Pods" term_id="pod" >}}, and to fetch +OCI container images from remote registries. From 803b561cc6deee878f874a034f4760f0d02f78b1 Mon Sep 17 00:00:00 2001 From: kenta-iijima Date: Fri, 7 Jun 2024 10:00:21 +0900 Subject: [PATCH 2/3] Translate content/ja/docs/reference/glossary/cri-o.md into Japanese Signed-off-by: kenta-iijima --- content/ja/docs/reference/glossary/cri-o.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/content/ja/docs/reference/glossary/cri-o.md b/content/ja/docs/reference/glossary/cri-o.md index d94e0eaf15..54bf89c867 100644 --- a/content/ja/docs/reference/glossary/cri-o.md +++ b/content/ja/docs/reference/glossary/cri-o.md @@ -4,21 +4,17 @@ id: cri-o date: 2019-05-14 full_link: https://cri-o.io/#what-is-cri-o short_description: > - A lightweight container runtime specifically for Kubernetes + Kubernetesに特化した軽量コンテナランタイム aka: tags: - tool --- -A tool that lets you use OCI container runtimes with Kubernetes CRI. +Kubernetes CRIと一緒にOCIコンテナランタイムを使うためのツールです。 -CRI-O is an implementation of the {{< glossary_tooltip term_id="cri" >}} -to enable using {{< glossary_tooltip text="container" term_id="container" >}} -runtimes that are compatible with the Open Container Initiative (OCI) -[runtime spec](https://www.github.com/opencontainers/runtime-spec). +CRI-Oは、Open Container Initiative (OCI) [runtime spec](https://www.github.com/opencontainers/runtime-spec)と互換性がある{{< glossary_tooltip text="コンテナ" term_id="container" >}}ランタイムを使用できるようにするための、{{< glossary_tooltip term_id="cri" >}}の実装の1つです。 + +CRI-Oのデプロイによって、Kubernetesは、任意のOCI準拠のランタイムを{{< glossary_tooltip text="Pod" term_id="pod" >}}を実行するためのコンテナランタイムとして利用することと、リモートレジストリからOCIコンテナイメージを取得することができるようになります。 -Deploying CRI-O allows Kubernetes to use any OCI-compliant runtime as the container -runtime for running {{< glossary_tooltip text="Pods" term_id="pod" >}}, and to fetch -OCI container images from remote registries. From b6f9694a2ad8493fe4ff18cc76c91c338abcb2c1 Mon Sep 17 00:00:00 2001 From: kenta-iijima Date: Mon, 10 Jun 2024 10:57:29 +0900 Subject: [PATCH 3/3] Update content/ja/docs/reference/glossary/cri-o.md Signed-off-by: kenta-iijima --- content/ja/docs/reference/glossary/cri-o.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/ja/docs/reference/glossary/cri-o.md b/content/ja/docs/reference/glossary/cri-o.md index 54bf89c867..6acae8bc35 100644 --- a/content/ja/docs/reference/glossary/cri-o.md +++ b/content/ja/docs/reference/glossary/cri-o.md @@ -14,7 +14,6 @@ Kubernetes CRIと一緒にOCIコンテナランタイムを使うためのツー -CRI-Oは、Open Container Initiative (OCI) [runtime spec](https://www.github.com/opencontainers/runtime-spec)と互換性がある{{< glossary_tooltip text="コンテナ" term_id="container" >}}ランタイムを使用できるようにするための、{{< glossary_tooltip term_id="cri" >}}の実装の1つです。 - -CRI-Oのデプロイによって、Kubernetesは、任意のOCI準拠のランタイムを{{< glossary_tooltip text="Pod" term_id="pod" >}}を実行するためのコンテナランタイムとして利用することと、リモートレジストリからOCIコンテナイメージを取得することができるようになります。 +CRI-OはOpen Container Initiative (OCI) [runtime spec](https://www.github.com/opencontainers/runtime-spec)と互換性がある{{< glossary_tooltip text="コンテナ" term_id="container" >}}ランタイムを使用できるようにするための{{< glossary_tooltip term_id="cri" >}}の実装の1つです。 +CRI-Oのデプロイによって、Kubernetesは任意のOCI準拠のランタイムを、{{< glossary_tooltip text="Pod" term_id="pod" >}}を実行するためのコンテナランタイムとして利用することと、リモートレジストリからOCIコンテナイメージを取得することができるようになります。