@@ -5,7 +5,7 @@ author: harish6724
5
5
ms.author : harishrao
6
6
ms.service : azure
7
7
ms.topic : how-to
8
- ms.date : 02/01 /2023
8
+ ms.date : 03/06 /2023
9
9
ms.custom : template-how-to
10
10
---
11
11
@@ -22,7 +22,7 @@ This article describes how to perform lifecycle management operations on Bare Me
22
22
23
23
1 . Install the latest version of the
24
24
[ appropriate CLI extensions] ( ./howto-install-cli-extensions.md )
25
- 1 . Ensure that the target bare metal machine (server) must be ` powered-on ` and have its ` readyState ` set to True
25
+ 1 . Ensure that the target bare metal machine (server) must have its ` poweredState ` set to ` On ` and have its ` readyState ` set to ` True `
26
26
1 . Get the Resource group name that you created for ` network cloud cluster resource `
27
27
28
28
## Power-off bare metal machines
@@ -49,8 +49,8 @@ You can make a BMM unschedulable by executing the [`cordon`](#make-a-bmm-unsched
49
49
On the execution of the ` cordon ` command,
50
50
Operator Nexus workloads are not scheduled on the BMM when cordon is set; any attempt to create a workload on a ` cordoned `
51
51
BMM results in the workload being set to ` pending ` state. Existing workloads continue to run.
52
- The cordon command supports an ` evacuate ` parameter with the default ` false ` value.
53
- On executing the ` cordon ` command, with the value ` true ` for the ` evacuate `
52
+ The cordon command supports an ` evacuate ` parameter with the default ` False ` value.
53
+ On executing the ` cordon ` command, with the value ` True ` for the ` evacuate `
54
54
parameter, the workloads that are running on the BMM are ` stopped ` and the BMM is set to ` pending ` state.
55
55
56
56
``` azurecli
@@ -60,7 +60,7 @@ parameter, the workloads that are running on the BMM are `stopped` and the BMM i
60
60
--resource-group "resourceGroupName"
61
61
```
62
62
63
- The ` evacuate "True" ` removes workloads from that node while ` evacuate "FALSE " ` only prevents the scheduling of new workloads.
63
+ The ` evacuate "True" ` removes workloads from that node while ` evacuate "False " ` only prevents the scheduling of new workloads.
64
64
65
65
## Make a BMM schedulable (uncordon)
66
66
@@ -77,7 +77,7 @@ state on the BMM are `restarted` when the BMM is `uncordoned`.
77
77
78
78
The existing BMM image can be ** reinstalled** using the ` reimage ` command but will not install a new image.
79
79
Make sure the BMM's workloads are drained using the [ ` cordon ` ] ( #make-a-bmm-unschedulable-cordon )
80
- command, with ` evacuate "TRUE " ` , prior to executing the ` reimage ` command.
80
+ command, with ` evacuate "True " ` , prior to executing the ` reimage ` command.
81
81
82
82
``` azurecli
83
83
az networkcloud baremetalmachine reimage –-name "bareMetalMachineName" \
0 commit comments