Skip to content

Commit 5faa035

Browse files
Merge pull request #229523 from JAC0BSMITH/Nexus_Deploy_Restructure_0303
content and format fix for BMM
2 parents a1c7a8a + afe70ed commit 5faa035

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: harish6724
55
ms.author: harishrao
66
ms.service: azure
77
ms.topic: how-to
8-
ms.date: 02/01/2023
8+
ms.date: 03/06/2023
99
ms.custom: template-how-to
1010
---
1111

@@ -22,7 +22,7 @@ This article describes how to perform lifecycle management operations on Bare Me
2222

2323
1. Install the latest version of the
2424
[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`
2626
1. Get the Resource group name that you created for `network cloud cluster resource`
2727

2828
## Power-off bare metal machines
@@ -49,8 +49,8 @@ You can make a BMM unschedulable by executing the [`cordon`](#make-a-bmm-unsched
4949
On the execution of the `cordon` command,
5050
Operator Nexus workloads are not scheduled on the BMM when cordon is set; any attempt to create a workload on a `cordoned`
5151
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`
5454
parameter, the workloads that are running on the BMM are `stopped` and the BMM is set to `pending` state.
5555

5656
```azurecli
@@ -60,7 +60,7 @@ parameter, the workloads that are running on the BMM are `stopped` and the BMM i
6060
--resource-group "resourceGroupName"
6161
```
6262

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.
6464

6565
## Make a BMM schedulable (uncordon)
6666

@@ -77,7 +77,7 @@ state on the BMM are `restarted` when the BMM is `uncordoned`.
7777

7878
The existing BMM image can be **reinstalled** using the `reimage` command but will not install a new image.
7979
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.
8181

8282
```azurecli
8383
az networkcloud baremetalmachine reimage –-name "bareMetalMachineName" \

0 commit comments

Comments
 (0)