Merge pull request #47145 from tamilselvan1102/k8s-web-20240712

[ja] Feature gates translation
pull/47234/head
Kubernetes Prow Robot 2024-07-22 06:52:13 -07:00 committed by GitHub
commit dd49d8d4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

View File

@ -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/)とその制御対象がリストされています。