You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -522,7 +525,7 @@ Preceding Kubernetes v1.23, to enable this feature `kubelet` must be started wit
522
525
523
526
<!--
524
527
`ContainerDevices` do expose the topology information declaring to which NUMA cells the device is
525
-
affine. The NUMA cells are identified using a opaque integer ID, which value is consistent to
528
+
affine. The NUMA cells are identified using a opaque integer ID, which value is consistent to
526
529
what device plugins report
527
530
[when they register themselves to the kubelet](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-integration-with-the-topology-manager).
528
531
-->
@@ -535,7 +538,7 @@ NUMA 单元通过一个整数 ID 来标识,其取值与设备插件所报告
535
538
The gRPC service is served over a unix socket at `/var/lib/kubelet/pod-resources/kubelet.sock`.
536
539
Monitoring agents for device plugin resources can be deployed as a daemon, or as a DaemonSet.
537
540
The canonical directory `/var/lib/kubelet/pod-resources` requires privileged access, so monitoring
538
-
agents must run in a privileged security context. If a device monitoring agent is running as a
541
+
agents must run in a privileged security context. If a device monitoring agent is running as a
539
542
DaemonSet, `/var/lib/kubelet/pod-resources` must be mounted as a
540
543
{{< glossary_tooltip term_id="volume" >}} in the device monitoring agent's
0 commit comments