Merge pull request #49202 from tengqm/rename-gates

Rename feature gate files to use gate names
pull/49332/head^2
Kubernetes Prow Robot 2025-01-07 19:30:30 +01:00 committed by GitHub
commit e523212128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
364 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
# Removed from Kubernetes
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.

View File

@ -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.

Some files were not shown because too many files have changed in this diff Show More