Skip to content

Commit

Permalink
Merge pull request #47145 from tamilselvan1102/k8s-web-20240712
Browse files Browse the repository at this point in the history
[ja] Feature gates translation
  • Loading branch information
k8s-ci-robot committed Jul 22, 2024
2 parents 149cc10 + 8194c9b commit dd49d8d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/ja/docs/reference/glossary/feature-gates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: フィーチャーゲート(Feature gate)
id: feature-gate
date: 2023-01-12
full_link: /ja/docs/reference/command-line-tools-reference/feature-gates/
short_description: >
特定のKubernetes機能を有効にするかどうかを制御する方法。
aka:
tags:
- fundamental
- operation
---
フィーチャーゲートはクラスター内でどのKubernetes機能を有効にするかを制御するために使用できるキー(不透明な文字列値)のセットです。

<!--more-->
各Kubernetesコンポーネントで`--feature-gates`コマンドラインフラグを使用して、これらの機能をオンまたはオフにすることができます。
各Kubernetesコンポーネントでは、そのコンポーネントに関連する一連のフィーチャーゲートを有効または無効にすることができます。
Kubernetesのドキュメントには、現在のすべての[フィーチャーゲート](/ja/docs/reference/command-line-tools-reference/feature-gates/)とその制御対象がリストされています。

0 comments on commit dd49d8d

Please sign in to comment.