You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***For Nexus Kubernetes cluster nodes: (requires logging into the Nexus Kubernetes cluster)***
100
+
**For Nexus Kubernetes cluster nodes: (requires logging into the Nexus Kubernetes cluster)**
101
101
102
102
```
103
103
kubectl get nodes <resourceName> -ojson |jq '.metadata.labels."topology.kubernetes.io/baremetalmachine"'
104
104
```
105
105
106
-
***The following Azure CLI command will `cordon` the specified bareMetalMachineName.***
106
+
**The following Azure CLI command will `cordon` the specified bareMetalMachineName.**
107
107
```
108
108
az networkcloud baremetalmachine cordon \
109
109
--evacuate "True" \
@@ -112,15 +112,15 @@ az networkcloud baremetalmachine cordon \
112
112
--subscription <subscriptionID>
113
113
```
114
114
115
-
***The following Azure CLI command will `reimage` the specified bareMetalMachineName.***
115
+
**The following Azure CLI command will `reimage` the specified bareMetalMachineName.**
116
116
```
117
117
az networkcloud baremetalmachine reimage \
118
118
--name <bareMetalMachineName> \
119
119
--resource-group "<resourceGroup>" \
120
120
--subscription <subscriptionID>
121
121
```
122
122
123
-
***The following Azure CLI command will `uncordon` the specified bareMetalMachineName.***
123
+
**The following Azure CLI command will `uncordon` the specified bareMetalMachineName.**
124
124
```
125
125
az networkcloud baremetalmachine uncordon \
126
126
--name <bareMetalMachineName> \
@@ -139,7 +139,7 @@ A hardware validation process is invoked to ensure the integrity of the physical
139
139
140
140
As a best practice, first issue a `cordon` command to remove the bare metal machine from workload scheduling and then shut down the BMM in advance of physical repairs.
141
141
142
-
***The following Azure CLI command will `cordon` the specified bareMetalMachineName.***
142
+
**The following Azure CLI command will `cordon` the specified bareMetalMachineName.**
143
143
```
144
144
az networkcloud baremetalmachine cordon \
145
145
--evacuate "True" \
@@ -170,7 +170,7 @@ When you're performing the following physical repairs, a replace action ***is re
170
170
171
171
After physical repairs are completed, perform a replace action.
172
172
173
-
***The following Azure CLI command will `replace` the specified bareMetalMachineName.***
173
+
**The following Azure CLI command will `replace` the specified bareMetalMachineName.**
174
174
```
175
175
az networkcloud baremetalmachine replace \
176
176
--name <bareMetalMachineName> \
@@ -183,7 +183,7 @@ az networkcloud baremetalmachine replace \
183
183
--subscription <subscriptionID>
184
184
```
185
185
186
-
***The following Azure CLI command will uncordon the specified bareMetalMachineName.***
186
+
**The following Azure CLI command will uncordon the specified bareMetalMachineName.**
0 commit comments