Skip to content

Commit cdfe3fa

Browse files
SubhasmitaSwTim Bannister
andauthored
removal of docker runtime mentions in feature gates page (#31498)
* removal of docker runtime mentions in feature gates page * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Tim Bannister <[email protected]> * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Tim Bannister <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 7012f76 commit cdfe3fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,10 @@ Each feature gate is designed for enabling/disabling a specific feature:
562562
- `APIResponseCompression`: Compress the API responses for `LIST` or `GET` requests.
563563
- `APIServerIdentity`: Assign each API server an ID in a cluster.
564564
- `APIServerTracing`: Add support for distributed tracing in the API server.
565-
- `Accelerators`: Enable Nvidia GPU support when using Docker
565+
- `Accelerators`: Provided an early form of plugin to enable Nvidia GPU support when using
566+
Docker Engine; no longer available. See
567+
[Device Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) for
568+
an alternative.
566569
- `AdvancedAuditing`: Enable [advanced auditing](/docs/tasks/debug-application-cluster/audit/#advanced-audit)
567570
- `AffinityInAnnotations`: Enable setting
568571
[Pod affinity or anti-affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity).
@@ -571,7 +574,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
571574
kubelets on Pod log requests.
572575
- `AnyVolumeDataSource`: Enable use of any custom resource as the `DataSource` of a
573576
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.
574-
- `AppArmor`: Enable AppArmor based mandatory access control on Linux nodes when using Docker.
577+
- `AppArmor`: Enable use of AppArmor mandatory access control for Pods running on Linux nodes.
575578
See [AppArmor Tutorial](/docs/tutorials/clusters/apparmor/) for more details.
576579
- `AttachVolumeLimit`: Enable volume plugins to report limits on number of volumes
577580
that can be attached to a node.

0 commit comments

Comments
 (0)