Skip to content

Commit

Permalink
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net…
Browse files Browse the repository at this point in the history
…/device-plugins.md

Co-authored-by: Kat Cosgrove <[email protected]>
  • Loading branch information
SergeyKanzhelev and katcosgrove authored Jul 30, 2024
1 parent 39bdb26 commit d8d2d87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ It is typical that code relying on the device will start failing and Pod may get
into Failed phase if `restartPolicy` for the Pod was not `Always` or enter the crash loop
otherwise.

Before the Kubernetes version 1.31, the way to know whether Pod is associated with the
failed device was to use the [PodResources API](#monitoring-device-plugin-resources).
Before Kubernetes v1.31, the way to know whether or not a Pod is associated with the
failed device is to use the [PodResources API](#monitoring-device-plugin-resources).

{{< feature-state feature_gate_name="ResourceHealthStatus" >}}

Expand Down

0 comments on commit d8d2d87

Please sign in to comment.