File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Kubernetes Container Runtime Interface(CRI)は、[クラスターコンポーネ
20
20
21
21
{{< feature-state for_k8s_version="v1.23" state="stable" >}}
22
22
23
- kubeletは、gRPCを介してコンテナランタイムに接続するときにクライアントとして機能します。ランタイムおよびイメージサービスエンドポイントは、コンテナランタイムで使用可能である必要があります。コンテナランタイムは、` --image-service-endpoint ` および ` --container-runtime-endpoint ` [ コマンドラインフラグ] ( /ja/docs/reference/command-line-tools-reference/kubelet ) を使用して、kubelet内で個別に設定できます。
23
+ kubeletは、gRPCを介してコンテナランタイムに接続するときにクライアントとして機能します。ランタイムおよびイメージサービスエンドポイントは、コンテナランタイムで使用可能である必要があります。コンテナランタイムは、` --image-service-endpoint ` [ コマンドラインフラグ] ( /ja/docs/reference/command-line-tools-reference/kubelet ) を使用して、kubelet内で個別に設定できます。
24
24
25
25
Kubernetes v{{< skew currentVersion >}}の場合、kubeletはCRI ` v1 ` の使用を優先します。
26
26
コンテナランタイムがCRIの` v1 ` をサポートしていない場合、kubeletはサポートされている古いバージョンのネゴシエーションを試みます。
You can’t perform that action at this time.
0 commit comments