Skip to content

Conversation

@kohbis
Copy link
Contributor

@kohbis kohbis commented Dec 23, 2025

/language ja

Description

Translate content/en/docs/tasks/administer-cluster/configure-feature-gates.md into Japanese.

Issue

Closes: #53609

Preview

https://deploy-preview-53786--kubernetes-io-main-staging.netlify.app/ja/docs/tasks/administer-cluster/configure-feature-gates/

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. language/ja Issues or PRs related to Japanese language cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Dec 23, 2025
@k8s-ci-robot k8s-ci-robot requested a review from kakts December 23, 2025 13:12
@k8s-ci-robot k8s-ci-robot added the area/localization General issues or PRs related to localization label Dec 23, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign inductor for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from kfess December 23, 2025 13:12
@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 23, 2025
@netlify
Copy link

netlify bot commented Dec 23, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 08e0e57
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/694a952e15e672000838dce8
😎 Deploy Preview https://deploy-preview-53786--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kohbis kohbis marked this pull request as ready for review December 23, 2025 13:59
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 23, 2025
@k8s-ci-robot k8s-ci-robot requested a review from t-inu December 23, 2025 13:59
Copy link
Member

@kfess kfess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほとんどが細かい点ですが、コメントしました。
ご確認よろしくお願いします。


<!-- steps -->

## フィーチャーゲートの成熟度を理解する
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## フィーチャーゲートの成熟度を理解する
## フィーチャーゲートの成熟度を理解する {#understand-feature-gate-maturity}

https://kubernetes.io/ja/docs/contribute/localization/#basic-policy

各セクションの見出しを翻訳した場合は、その後ろに{#見出しID}の形式でアンカーリンクを設定する
例: ## リファレンス {#reference}
見出しIDは、英語ページでの見出しのパーマリンクを確認して、URLの#以降を使用する

- **ベータ**: デフォルトでは通常有効化されており、十分にテストされています。
- **GA**: デフォルトでは常に有効化されています。GA後の1つのリリースでのみ無効化できる場合があります。

## フィーチャーゲートを必要とするコンポーネントの特定
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## フィーチャーゲートを必要とするコンポーネントの特定
## フィーチャーゲートを必要とするコンポーネントの特定 {#identify-which-components-need-the-feature-gate}

[フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)は通常、各ゲートによって影響を受けるコンポーネントを示しています。
すべてのKubernetesコンポーネントは同じフィーチャーゲート定義を共有しているため、すべてのゲートがヘルプ出力に表示されますが、各コンポーネントの動作に影響を与えるのは関連するゲートのみです。

## 設定
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 設定
## 設定 {#configuration}


## 設定

### クラスター初期化中
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### クラスター初期化中
### クラスター初期化中 {#during-cluster-initialization}

kubeadm init --config kubeadm-config.yaml
```

### 既存のクラスター
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### 既存のクラスター
### 既存のクラスター {#on-an-existing-cluster}


## {{% heading "whatsnext" %}}

* [フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)を読む
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: https://kubernetes.io/ja/docs/contribute/localization/#style-guide

本ドキュメント内のページへのリンクは、日本語ページが存在していても、URLに/jaの追加は不要(HTMLへの変換時に自動判別されるようになったため)
既存の日本語ページで/jaが記載されている場合は、ページの最新化の際に削除する

Suggested change
* [フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)を読む
* [フィーチャーゲートのリファレンス](/docs/reference/command-line-tools-reference/feature-gates/)を読む

## {{% heading "whatsnext" %}}

* [フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)を読む
* [機能のステージ](/ja/docs/reference/command-line-tools-reference/feature-gates/#feature-stages)について学ぶ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: https://kubernetes.io/ja/docs/contribute/localization/#style-guide

本ドキュメント内のページへのリンクは、日本語ページが存在していても、URLに/jaの追加は不要(HTMLへの変換時に自動判別されるようになったため)
既存の日本語ページで/jaが記載されている場合は、ページの最新化の際に削除する

Suggested change
* [機能のステージ](/ja/docs/reference/command-line-tools-reference/feature-gates/#feature-stages)について学ぶ
* [機能のステージ](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages)について学ぶ

- 一部の機能は、**複数のコンポーネント**でゲートを有効化する必要があります(例: APIサーバーとコントローラーマネージャー)
- 他の機能は、**単一のコンポーネント**のみでゲートを必要とします(例: kubeletのみ)

[フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)は通常、各ゲートによって影響を受けるコンポーネントを示しています。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: https://kubernetes.io/ja/docs/contribute/localization/#style-guide

本ドキュメント内のページへのリンクは、日本語ページが存在していても、URLに/jaの追加は不要(HTMLへの変換時に自動判別されるようになったため)
既存の日本語ページで/jaが記載されている場合は、ページの最新化の際に削除する

Suggested change
[フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)は通常、各ゲートによって影響を受けるコンポーネントを示しています。
[フィーチャーゲートのリファレンス](/docs/reference/command-line-tools-reference/feature-gates/)は通常、各ゲートによって影響を受けるコンポーネントを示しています。


## フィーチャーゲートの成熟度を理解する

フィーチャーゲートを有効化する前に、[フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)で機能の成熟度レベルを確認してください:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: https://kubernetes.io/ja/docs/contribute/localization/#style-guide

本ドキュメント内のページへのリンクは、日本語ページが存在していても、URLに/jaの追加は不要(HTMLへの変換時に自動判別されるようになったため)
既存の日本語ページで/jaが記載されている場合は、ページの最新化の際に削除する

Suggested change
フィーチャーゲートを有効化する前に、[フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)で機能の成熟度レベルを確認してください:
フィーチャーゲートを有効化する前に、[フィーチャーゲートのリファレンス](/docs/reference/command-line-tools-reference/feature-gates/)で機能の成熟度レベルを確認してください:

以下も必要です:

* クラスターへの管理者アクセス
* 有効化したいフィーチャーゲートに関する知識([フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)を参照)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref: https://kubernetes.io/ja/docs/contribute/localization/#style-guide

本ドキュメント内のページへのリンクは、日本語ページが存在していても、URLに/jaの追加は不要(HTMLへの変換時に自動判別されるようになったため)
既存の日本語ページで/jaが記載されている場合は、ページの最新化の際に削除する

Suggested change
* 有効化したいフィーチャーゲートに関する知識([フィーチャーゲートのリファレンス](/ja/docs/reference/command-line-tools-reference/feature-gates/)を参照)
* 有効化したいフィーチャーゲートに関する知識([フィーチャーゲートのリファレンス](/docs/reference/command-line-tools-reference/feature-gates/)を参照)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/ja Issues or PRs related to Japanese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ja] Translate content/en/docs/tasks/administer-cluster/configure-feature-gates.md

3 participants