Skip to content

Commit 94a3c9f

Browse files
authored
Merge pull request #42784 from pegasas/accelerator
Remove DisableAcceleratorUsageMetrics feature gate description in acc…
2 parents ca57565 + b2ef1cf commit 94a3c9f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

content/en/docs/concepts/cluster-administration/system-metrics.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,6 @@ If you're upgrading from release `1.12` to `1.13`, but still depend on a metric
119119
`1.12`, you should set hidden metrics via command line: `--show-hidden-metrics=1.12` and remember
120120
to remove this metric dependency before upgrading to `1.14`
121121

122-
## Disable accelerator metrics
123-
124-
The kubelet collects accelerator metrics through cAdvisor. To collect these metrics, for
125-
accelerators like NVIDIA GPUs, kubelet held an open handle on the driver. This meant that in order
126-
to perform infrastructure changes (for example, updating the driver), a cluster administrator
127-
needed to stop the kubelet agent.
128-
129-
The responsibility for collecting accelerator metrics now belongs to the vendor rather than the
130-
kubelet. Vendors must provide a container that collects metrics and exposes them to the metrics
131-
service (for example, Prometheus).
132-
133-
The [`DisableAcceleratorUsageMetrics` feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
134-
disables metrics collected by the kubelet, with a
135-
[timeline for enabling this feature by default](https://github.com/kubernetes/enhancements/tree/411e51027db842355bd489691af897afc1a41a5e/keps/sig-node/1867-disable-accelerator-usage-metrics#graduation-criteria).
136-
137122
## Component metrics
138123

139124
### kube-controller-manager metrics

0 commit comments

Comments
 (0)