From df2c26bf343583f814c643260fbaecd43874ab02 Mon Sep 17 00:00:00 2001 From: SafeEHA Date: Thu, 3 Oct 2024 11:42:40 +0100 Subject: [PATCH] fixed markdown lint error Signed-off-by: SafeEHA --- docs/user-guide/src/bmo/annotations.md | 2 +- docs/user-guide/src/bmo/api.md | 2 +- docs/user-guide/src/bmo/baremetalhost-states.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/src/bmo/annotations.md b/docs/user-guide/src/bmo/annotations.md index 4a62cdf8..67b02060 100644 --- a/docs/user-guide/src/bmo/annotations.md +++ b/docs/user-guide/src/bmo/annotations.md @@ -1,6 +1,7 @@ # Status and Inspect Annotations ## Status Annotation + Baremetalhost's(BMH) _Status_ sub-resource contain a handful of critical data regarding the BMH's state. If the _Status_ is not moved with the object when we pivot the BMH from the management cluster to target cluster , the @@ -105,7 +106,6 @@ inspect.metal3.io/hardwaredetails: '{"systemVendor":{"manufacturer":"QEMU", "flags":["foo"],"count":4},"hostname":"hwdAnnotation-0"}' ``` - Apart from that, sometimes you might want to request re-inspection for an already inspected host. This might be necessary when there was a hardware change on the host and you want to ensure that BMH status contains the latest diff --git a/docs/user-guide/src/bmo/api.md b/docs/user-guide/src/bmo/api.md index e91953ad..6e6900e7 100644 --- a/docs/user-guide/src/bmo/api.md +++ b/docs/user-guide/src/bmo/api.md @@ -114,4 +114,4 @@ controllers may be written downstream (for example, the OpenShift See [PreprovisioningImage CR](https://doc.crds.dev/github.com/metal3-io/baremetal-operator/metal3.io/PreprovisioningImage/v1alpha1) or check the source code at `apis/metal3.io/v1alpha1/preprovisioningimage_types.go` -for a detailed API description. \ No newline at end of file +for a detailed API description. diff --git a/docs/user-guide/src/bmo/baremetalhost-states.md b/docs/user-guide/src/bmo/baremetalhost-states.md index 8e649664..29f9dc4b 100644 --- a/docs/user-guide/src/bmo/baremetalhost-states.md +++ b/docs/user-guide/src/bmo/baremetalhost-states.md @@ -73,4 +73,4 @@ Error state. When the host is marked to be deleted, it will move from its current state to Deleting, at which point the resource record is deleted from -kubernetes. \ No newline at end of file +kubernetes.