forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#49338 from tengqm/fix-fg-2
Fix feature gate name conflicts (2/2)
- Loading branch information
Showing
10 changed files
with
167 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...nt/en/docs/reference/command-line-tools-reference/feature-gates/Accelerators.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Accelerators | ||
content_type: feature_gate | ||
|
||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.6" | ||
toVersion: "1.10" | ||
- stage: deprecated | ||
fromVersion: "1.11" | ||
toVersion: "1.11" | ||
|
||
removed: true | ||
--- | ||
Provided an early form of plugin to enable Nvidia GPU support when using | ||
Docker Engine; no longer available. See | ||
[Device Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) for | ||
an alternative. | ||
|
18 changes: 18 additions & 0 deletions
18
content/en/docs/reference/command-line-tools-reference/feature-gates/AppArmor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: AppArmor | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: beta | ||
defaultValue: true | ||
fromVersion: "1.4" | ||
toVersion: "1.30" | ||
- stage: stable | ||
defaultValue: true | ||
fromVersion: "1.31" | ||
--- | ||
Enable use of AppArmor mandatory access control for Pods running on Linux nodes. | ||
See [AppArmor Tutorial](/docs/tutorials/security/apparmor/) for more details. |
22 changes: 22 additions & 0 deletions
22
...nt/en/docs/reference/command-line-tools-reference/feature-gates/Initializers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Initializers | ||
content_type: feature_gate | ||
|
||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.7" | ||
toVersion: "1.13" | ||
- stage: deprecated | ||
fromVersion: "1.14" | ||
toVersion: "1.14" | ||
|
||
removed: true | ||
--- | ||
Allow asynchronous coordination of object creation using the | ||
Initializers admission plugin. | ||
|
21 changes: 21 additions & 0 deletions
21
content/en/docs/reference/command-line-tools-reference/feature-gates/KMSv1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: KMSv1 | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: deprecated | ||
defaultValue: true | ||
fromVersion: "1.28" | ||
toVersion: "1.28" | ||
- stage: deprecated | ||
defaultValue: false | ||
fromVersion: "1.29" | ||
|
||
--- | ||
Enables KMS v1 API for encryption at rest. See | ||
[Using a KMS Provider for data encryption](/docs/tasks/administer-cluster/kms-provider) | ||
for more details. | ||
|
27 changes: 27 additions & 0 deletions
27
content/en/docs/reference/command-line-tools-reference/feature-gates/KMSv2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: KMSv2 | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.25" | ||
toVersion: "1.26" | ||
- stage: beta | ||
defaultValue: true | ||
fromVersion: "1.27" | ||
toVersion: "1.28" | ||
- stage: stable | ||
defaultValue: true | ||
fromVersion: "1.29" | ||
toVersion: "1.31" | ||
|
||
removed: true | ||
--- | ||
Enables KMS v2 API for encryption at rest. See | ||
[Using a KMS Provider for data encryption](/docs/tasks/administer-cluster/kms-provider) | ||
for more details. | ||
|
24 changes: 24 additions & 0 deletions
24
content/en/docs/reference/command-line-tools-reference/feature-gates/OpenAPIV3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: OpenAPIV3 | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.23" | ||
toVersion: "1.23" | ||
- stage: beta | ||
defaultValue: true | ||
fromVersion: "1.24" | ||
toVersion: "1.26" | ||
- stage: stable | ||
defaultValue: true | ||
fromVersion: "1.27" | ||
toVersion: "1.28" | ||
removed: true | ||
--- | ||
Enables the API server to publish OpenAPI v3. | ||
|
23 changes: 23 additions & 0 deletions
23
content/en/docs/reference/command-line-tools-reference/feature-gates/Sysctls.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Sysctls | ||
content_type: feature_gate | ||
|
||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: beta | ||
defaultValue: true | ||
fromVersion: "1.11" | ||
toVersion: "1.20" | ||
- stage: stable | ||
defaultValue: true | ||
fromVersion: "1.21" | ||
toVersion: "1.22" | ||
|
||
removed: true | ||
--- | ||
Enable support for namespaced kernel parameters (sysctls) that can be set for each pod. | ||
See [sysctls](/docs/tasks/administer-cluster/sysctl-cluster/) for more details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters