Skip to content

Commit 104b6f2

Browse files
fix HTML tag; clarify control-plane requirements
1 parent 48331a6 commit 104b6f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/operator-nexus/howto-bare-metal-best-practices.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ For more information, see [Troubleshoot Degraded Status Errors on Bare Metal Mac
7474

7575
Validate that there are no running firmware upgrade jobs through the BMC before initiating a `replace` or `reimage` operation.
7676
Interrupting an ongoing firmware upgrade can leave the Bare Metal Machine in an inconsistent state.
77-
You can view in the iDRAC GUI the `jobqueue` or use a `racadm jobqueque view` to determine if there are firmware upgrade jobs running.
7877

79-
- Set `$BMM_NAME` to the name of a healthy `control-plane` BMM resource on which to execute the `nc-toolbox` command.
78+
- You can view in the iDRAC GUI the `jobqueue` or use `run-read-command` `racadm jobqueque view` to determine if there are firmware upgrade jobs running.
8079
- For more information about the `run-read-command` feature, see [BareMetal Run-Read Execution](./howto-baremetal-run-read.md).
8180

8281
```azurecli

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See [Azure Operator Nexus Cluster support for managed identities and user provid
3030

3131
To change the cluster from a user-assigned identity to a system-assigned identity, the CommandOutputSettings must first be cleared using the command in the next section, then set using this command.
3232

33-
The CommandOutputSettings can be cleared, directing run-data-extract output back to the cluster manager's storage. However, it isn't recommended since it's less secure, and the option will be removed in a future release.
33+
The CommandOutputSettings can be cleared, directing run-read-command output back to the cluster manager's storage. However, it isn't recommended since it's less secure, and the option will be removed in a future release.
3434

3535
However, the CommandOutputSettings do need to be cleared if switching from a user-assigned identity to a system-assigned identity.
3636

@@ -253,11 +253,12 @@ az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>
253253
--subscription "<subscription>"
254254
```
255255

256-
- `--name` is the name of a healthy `control-plane` BMM resource on which to execute the command.
256+
- `--name` is the name of the BMM resource on which to execute the command.
257257
- The `--commands` parameter always takes a list of commands, even if there's only one command.
258258
- Multiple commands can be provided in json format using [Azure CLI Shorthand](https://aka.ms/cli-shorthand) notation.
259259
- Any whitespace must be enclosed in single quotes.
260260
- Any arguments for each command must also be provided as a list, as shown in the following examples.
261+
- Not all commands can run on any BMM. For example, `kubectl` commands can only be run from a BMM with the `control-plane` role.
261262

262263
```
263264
--commands "[{command:hostname},{command:'nc-toolbox nc-toolbox-runread racadm ifconfig'}]"

articles/operator-nexus/troubleshoot-memory-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `Container Status Terminated Reason` metric displays the `OOMKill` reason fo
3131

3232
Start by identifying any components that are restarting or show `OOMKill`.
3333

34-
- Replace <bareMetalMachineName> with the name of a healthy `control-plane` Bare Metal Machine resource on which to execute the `kubectl` command.
34+
- Replace `<bareMetalMachineName>` with the name of a healthy `control-plane` Bare Metal Machine resource on which to execute the `kubectl` command.
3535
- For more information about the `run-read-command` feature, see [BareMetal Run-Read Execution](./howto-baremetal-run-read.md).
3636

3737
```azcli

0 commit comments

Comments
 (0)