Skip to content

Commit ef8e4b3

Browse files
authored
Merge pull request #52106 from uMetalooper/main
Fix typo in device plugins documentation
2 parents 7730a2a + ac4a40a commit ef8e4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ will be added to each container status, within the `.status` for each Pod. The `
194194
field
195195
reports health information for each device assigned to the container.
196196

197-
For a failed Pod, or or where you suspect a fault, you can use this status to understand whether
197+
For a failed Pod, or where you suspect a fault, you can use this status to understand whether
198198
the Pod behavior may be associated with device failure. For example, if an accelerator is reporting
199199
an over-temperature event, the `allocatedResourcesStatus` field may be able to report this.
200200

@@ -511,4 +511,4 @@ Here are some examples of device plugin implementations:
511511
* Learn about the [Topology Manager](/docs/tasks/administer-cluster/topology-manager/)
512512
* Read about using [hardware acceleration for TLS ingress](/blog/2019/04/24/hardware-accelerated-ssl/tls-termination-in-ingress-controllers-using-kubernetes-device-plugins-and-runtimeclass/)
513513
with Kubernetes
514-
* Read more about [Extended Resource allocation by DRA](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/#extended-resource)
514+
* Read more about [Extended Resource allocation by DRA](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/#extended-resource)

0 commit comments

Comments
 (0)