From 35225fffe84ce437445ea5350682c0d33829fc67 Mon Sep 17 00:00:00 2001 From: Swati Sehgal Date: Mon, 12 Dec 2022 14:11:26 +0000 Subject: [PATCH] device-mgr-doc: Use a `note` shortcode instead of caution Signed-off-by: Swati Sehgal --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index 8b78b8a27b..c8cd33fe14 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -172,11 +172,11 @@ Beta graduation of this feature. Because of this, kubelet upgrades should be sea but there still may be changes in the API before stabilization making upgrades not guaranteed to be non-breaking. -{{< caution >}} +{{< note >}} Although the Device Manager component of Kubernetes is a generally available feature, the _device plugin API_ is not stable. For information on the device plugin API and version compatibility, read [Device Plugin API versions](/docs/reference/node/device-plugin-api-versions/). -{{< /caution >}} +{{< /note >}} As a project, Kubernetes recommends that device plugin developers: