File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,16 @@ az networkcloud baremetalmachine restart \
76
76
77
77
## Make a BMM unschedulable (cordon)
78
78
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:**
80
80
81
- *** For Virtual Machines:* **
81
+ ** For Virtual Machines:**
82
82
``` azurecli
83
83
az networkcloud baremetalmachine show -n <nodeName> /
84
84
--resource-group <resourceGroup> /
85
85
--subscription <subscriptionID> | jq '.virtualMachinesAssociatedIds'
86
86
```
87
87
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)**
89
89
90
90
```
91
91
kubectl get nodes <resourceName> -ojson |jq '.metadata.labels."topology.kubernetes.io/baremetalmachine"'
You can’t perform that action at this time.
0 commit comments