Skip to content

Commit dbc0f1c

Browse files
committed
update content/ja/docs/concepts/cluster-administration/coordinated-leader-election.md
1 parent 16e84f2 commit dbc0f1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 協調リーダー選出
2+
title: 協調的リーダー選出
33
content_type: concept
44
weight: 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)が協調的リーダー選出を自動的に使用します

0 commit comments

Comments
 (0)