File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/ja/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11---
2- title : 協調リーダー選出
2+ title : 協調的リーダー選出
33content_type : concept
44weight : 200
55---
@@ -8,18 +8,18 @@ weight: 200
88
99{{< feature-state feature_gate_name="CoordinatedLeaderElection" >}}
1010
11- Kubernetes {{< skew currentVersion >}}には、{{< glossary_tooltip text="コントロールプレーン" term_id="control-plane" >}}コンポーネントが _ 協調リーダー選出 _ により決定的にリーダーを選択できるベータ機能が含まれています 。
11+ Kubernetes {{< skew currentVersion >}}には、{{< glossary_tooltip text="コントロールプレーン" term_id="control-plane" >}}コンポーネントが _ 協調的リーダー選出 _ により、特定の戦略でリーダーを選択できるようにするベータ機能が含まれています 。
1212これは、クラスターアップグレード中のKubernetesバージョンスキュー制約を満たすのに有用です。
1313現在、唯一の組み込まれたリーダー選択戦略は` OldestEmulationVersion ` で、最も低いエミュレートバージョンを持つリーダーを優先し、次にバイナリバージョン、次に作成タイムスタンプの順で選択します。
1414
15- ## 協調リーダー選出の有効化
15+ ## 協調的リーダー選出の有効化
1616
17- {{< glossary_tooltip text="APIサーバー" term_id="kube-apiserver" >}}を起動する際に、` CoordinatedLeaderElection ` [ フィーチャーゲート] ( /docs/reference/command-line-tools-reference/feature-gates/ ) が有効になっており、` coordination.k8s.io/v1beta1 ` APIグループが有効になっていることを確認してください 。
17+ {{< glossary_tooltip text="APIサーバー" term_id="kube-apiserver" >}}を起動する際に、` CoordinatedLeaderElection ` [ フィーチャーゲート] ( /docs/reference/command-line-tools-reference/feature-gates/ ) が有効になっており、` coordination.k8s.io/v1beta1 ` APIグループも有効になっていることを確認してください 。
1818
1919これは、` --feature-gates="CoordinatedLeaderElection=true" ` フラグと` --runtime-config="coordination.k8s.io/v1beta1=true" ` フラグを設定することで実行できます。
2020
2121## コンポーネントの設定
2222
2323` CoordinatedLeaderElection ` フィーチャーゲートを有効にし、_ かつ_ ` coordination.k8s.io/v1beta1 ` APIグループを有効にしている場合、互換性のあるコントロールプレーンコンポーネントは、必要に応じてLeaseCandidateおよびLease APIを自動的に使用してリーダーを選出します。
2424
25- Kubernetes {{< skew currentVersion >}}では、フィーチャーゲートとAPIグループが有効になっている場合、2つのコントロールプレーンコンポーネント(kube-controller-managerとkube-scheduler)が協調リーダー選出を自動的に使用します 。
25+ Kubernetes {{< skew currentVersion >}}では、フィーチャーゲートとAPIグループが有効になっている場合、2つのコントロールプレーンコンポーネント(kube-controller-managerとkube-scheduler)が協調的リーダー選出を自動的に使用します 。
You can’t perform that action at this time.
0 commit comments