@@ -46,16 +46,16 @@ Create the subnets as part of the current virtual network in which ARO is deploy
46
46
### Step 2: Log into the jumphost
47
47
48
48
> [ !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.
50
50
51
51
Use the following command to log into the jumphost:
52
52
53
- ` oc login https://api.fq5v3vye.useast.aroapp.io:6443/ -u kubeadmin -p `
53
+ ` oc login $apiServer -u kubeadmin -p <kubeadmin password> `
54
54
55
55
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:
56
56
57
57
```
58
- oc get nodes
58
+ $ oc get nodes
59
59
NAME STATUS ROLES AGE VERSION
60
60
simon-aro-st5rm-master-0 Ready master 66m v1.19.0+e405995
61
61
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
66
66
```
67
67
68
68
```
69
- [root@jumphost-new simon] # oc get machineSets --all-namespaces
69
+ # oc get machineSets --all-namespaces
70
70
NAMESPACE NAME DESIRED CURRENT READY AVAILABLE AGE
71
71
openshift-machine-api simon-aro-st5rm-worker-useast1 1 1 1 1 69m
72
72
openshift-machine-api simon-aro-st5rm-worker-useast2 1 1 1 1 69m
@@ -152,7 +152,7 @@ spec:
152
152
153
153
### Step 5: Apply the machine set
154
154
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:
156
156
157
157
```
158
158
[ root@jumphost-new ARO-cluster-Private] # oc apply -f aro-new-worker-az1.yaml
0 commit comments