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
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-run-read.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ See [Azure Operator Nexus Cluster support for managed identities and user provid
30
30
31
31
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.
32
32
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.
34
34
35
35
However, the CommandOutputSettings do need to be cleared if switching from a user-assigned identity to a system-assigned identity.
36
36
@@ -253,11 +253,12 @@ az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>
253
253
--subscription "<subscription>"
254
254
```
255
255
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.
257
257
- The `--commands` parameter always takes a list of commands, even if there's only one command.
258
258
- Multiple commands can be provided in json format using [Azure CLI Shorthand](https://aka.ms/cli-shorthand) notation.
259
259
- Any whitespace must be enclosed in single quotes.
260
260
- 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.
0 commit comments