Skip to content

Commit 56fd176

Browse files
committed
SME review edits
1 parent b75a010 commit 56fd176

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/openshift/howto-segregate-machinesets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ Create the subnets as part of the current virtual network in which ARO is deploy
4646
### Step 2: Log into the jumphost
4747

4848
> [!NOTE]
49-
> This steps is optional if you have an alternate method for logging into the ARO cluster.
49+
> This step is optional if you have an alternate method for logging into the ARO cluster.
5050
5151
Use the following command to log into the jumphost:
5252

53-
`oc login https://api.fq5v3vye.useast.aroapp.io:6443/ -u kubeadmin -p`
53+
`oc login $apiServer -u kubeadmin -p <kubeadmin password>`
5454

5555
Verify the number of nodes and machine sets using the `oc get nodes` and `oc get machineSets -n openshift-mchine-api` commands, as shown in the following examples:
5656

5757
```
58-
oc get nodes
58+
$ oc get nodes
5959
NAME STATUS ROLES AGE VERSION
6060
simon-aro-st5rm-master-0 Ready master 66m v1.19.0+e405995
6161
simon-aro-st5rm-master-1 Ready master 67m v1.19.0+e405995
@@ -66,7 +66,7 @@ simon-aro-st5rm-worker-useast3-rvzpn Ready worker 59m v1.19.0+e405995
6666
```
6767

6868
```
69-
[root@jumphost-new simon]# oc get machineSets --all-namespaces
69+
# oc get machineSets --all-namespaces
7070
NAMESPACE NAME DESIRED CURRENT READY AVAILABLE AGE
7171
openshift-machine-api simon-aro-st5rm-worker-useast1 1 1 1 1 69m
7272
openshift-machine-api simon-aro-st5rm-worker-useast2 1 1 1 1 69m
@@ -152,7 +152,7 @@ spec:
152152
153153
### Step 5: Apply the machine set
154154
155-
Apply the machine set created in the previous section using the `oc apply -f /<filename.yaml/>` command, as in the following example:
155+
Apply the machine set created in the previous section using the `oc apply -f <filename.yaml>` command, as in the following example:
156156

157157
```
158158
[root@jumphost-new ARO-cluster-Private]# oc apply -f aro-new-worker-az1.yaml

0 commit comments

Comments
 (0)