Skip to content

Commit

Permalink
fixed markdown lint error
Browse files Browse the repository at this point in the history
Signed-off-by: SafeEHA <[email protected]>
  • Loading branch information
SafeEHA committed Oct 3, 2024
1 parent ba8ec1a commit df2c26b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/src/bmo/annotations.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/src/bmo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
for a detailed API description.
2 changes: 1 addition & 1 deletion docs/user-guide/src/bmo/baremetalhost-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kubernetes.

0 comments on commit df2c26b

Please sign in to comment.