Skip to content

Commit 59d901a

Browse files
authored
Fix markdown formatting in baremetal functions guide
1 parent e4150a9 commit 59d901a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/howto-baremetal-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ az networkcloud baremetalmachine restart \
7676

7777
## Make a BMM unschedulable (cordon)
7878

79-
***To identify if any workloads are currently running on a BMM, run the following command:***
79+
**To identify if any workloads are currently running on a BMM, run the following command:**
8080

81-
***For Virtual Machines:***
81+
**For Virtual Machines:**
8282
```azurecli
8383
az networkcloud baremetalmachine show -n <nodeName> /
8484
--resource-group <resourceGroup> /
8585
--subscription <subscriptionID> | jq '.virtualMachinesAssociatedIds'
8686
```
8787

88-
***For Nexus Kubernetes cluster nodes: (requires logging into the Nexus Kubernetes cluster)***
88+
**For Nexus Kubernetes cluster nodes: (requires logging into the Nexus Kubernetes cluster)**
8989

9090
```
9191
kubectl get nodes <resourceName> -ojson |jq '.metadata.labels."topology.kubernetes.io/baremetalmachine"'

0 commit comments

Comments
 (0)