Skip to content

Commit 6a2a639

Browse files
authored
Merge pull request #25937 from pokerfaceSad/patch-1
Modify words that may cause ambiguity in device-plugins.md
2 parents 803400b + 4168533 commit 6a2a639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Monitoring agents for device plugin resources can be deployed as a daemon, or as
201201
The canonical directory `/var/lib/kubelet/pod-resources` requires privileged access, so monitoring
202202
agents must run in a privileged security context. If a device monitoring agent is running as a
203203
DaemonSet, `/var/lib/kubelet/pod-resources` must be mounted as a
204-
{{< glossary_tooltip term_id="volume" >}} in the plugin's
204+
{{< glossary_tooltip term_id="volume" >}} in the device monitoring agent's
205205
[PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
206206

207207
Support for the "PodResources service" requires `KubeletPodResources` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to be enabled.

0 commit comments

Comments
 (0)