File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,10 @@ Each feature gate is designed for enabling/disabling a specific feature:
562
562
- ` APIResponseCompression ` : Compress the API responses for ` LIST ` or ` GET ` requests.
563
563
- ` APIServerIdentity ` : Assign each API server an ID in a cluster.
564
564
- ` 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.
566
569
- ` AdvancedAuditing ` : Enable [ advanced auditing] ( /docs/tasks/debug-application-cluster/audit/#advanced-audit )
567
570
- ` AffinityInAnnotations ` : Enable setting
568
571
[ 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:
571
574
kubelets on Pod log requests.
572
575
- ` AnyVolumeDataSource ` : Enable use of any custom resource as the ` DataSource ` of a
573
576
{{< 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 .
575
578
See [ AppArmor Tutorial] ( /docs/tutorials/clusters/apparmor/ ) for more details.
576
579
- ` AttachVolumeLimit ` : Enable volume plugins to report limits on number of volumes
577
580
that can be attached to a node.
You can’t perform that action at this time.
0 commit comments