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
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2025-08-27-Kubernetes-v1-34-Release/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@ Explore upcoming Kubernetes and cloud native events, including KubeCon \+ CloudN
561
561
562
562
-[**KCD - Kubernetes Community Days: Porto**](https://community.cncf.io/events/details/cncf-kcd-porto-presents-kcd-porto-2025/): Nov 3, 2025 | Porto, Portugal
563
563
-[**KubeCon + CloudNativeCon North America 2025**](https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/): Nov 10-13, 2025 | Atlanta, USA
564
-
-[**KCD - Kubernetes Community Days: Hangzhou**](https://sessionize.com/kcd-hangzhou-and-oicd-2025/): Nov 14, 2025 | Hangzhou, China
564
+
-[**KCD - Kubernetes Community Days: Hangzhou**](https://sessionize.com/kcd-hangzhou-and-oicd-2025/): Nov 15, 2025 | Hangzhou, China
Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ will be added to each container status, within the `.status` for each Pod. The `
194
194
field
195
195
reports health information for each device assigned to the container.
196
196
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
198
198
the Pod behavior may be associated with device failure. For example, if an accelerator is reporting
199
199
an over-temperature event, the `allocatedResourcesStatus` field may be able to report this.
200
200
@@ -511,4 +511,4 @@ Here are some examples of device plugin implementations:
511
511
* Learn about the [Topology Manager](/docs/tasks/administer-cluster/topology-manager/)
512
512
* 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/)
513
513
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