Skip to content

Commit 47cfb50

Browse files
committed
Address remaining mgmt node references
1 parent 8d4ebba commit 47cfb50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ etc.
5353
5454
## Power off a bare metal machine
5555

56-
A single bare metal machine can be powered off by connecting to a control-plane or management-plane node via ssh and running the command:
56+
A single bare metal machine can be powered off by connecting to a control-plane node via ssh and running the command:
5757

5858
```
5959
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal power-off --name <machine name>
@@ -69,7 +69,7 @@ The status is blank until the operation completes and reaches either a "succeede
6969

7070
## Start a bare metal machine
7171

72-
A single bare metal machine can be started by connecting to a control-plane or management-plane node via ssh and running the command:
72+
A single bare metal machine can be started by connecting to a control-plane node via ssh and running the command:
7373

7474
```
7575
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal start --name <machine name>
@@ -85,7 +85,7 @@ The status is blank until the operation completes and reaches either a "succeede
8585

8686
## Unmanage a bare metal machine (set to unmanaged state)
8787

88-
A single bare metal machine can be switched to an unmanaged state by connecting to a control-plane or management-plane node via ssh and running the command:
88+
A single bare metal machine can be switched to an unmanaged state by connecting to a control-plane node via ssh and running the command:
8989

9090
```
9191
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal unmanage --name <machine name>
@@ -97,7 +97,7 @@ While in an unmanaged state, no actions are permitted for that machine, except f
9797

9898
## Manage a bare metal machine (set to managed state)
9999

100-
A single bare metal machine can be switched to a managed state by connecting to a control-plane or management-plane node via ssh and running the command:
100+
A single bare metal machine can be switched to a managed state by connecting to a control-plane node via ssh and running the command:
101101

102102
```
103103
sudo nc-toolbox nc-toolbox-breakglass nexusctl baremetal manage --name <machine name>

0 commit comments

Comments
 (0)