Skip to content

Commit 066399e

Browse files
Update docs (#760)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent f95fc21 commit 066399e

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

docs/book/src/topics/powervs/creating-a-cluster.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,7 @@ following the steps below.
8080
IBMPOWERVS_COMPUTE_PROCTYPE
8181
```
8282

83-
3. Deploy Container Network Interface (CNI)
84-
85-
Example: calico
86-
```console
87-
kubectl apply -f https://docs.projectcalico.org/v3.15/manifests/calico.yaml
88-
```
89-
90-
91-
4. Check the state of the provisioned cluster and machine objects within the local management cluster
83+
3. Check the state of the provisioned cluster and machine objects within the local management cluster
9284

9385
Clusters
9486
```console
@@ -112,11 +104,18 @@ following the steps below.
112104
ibm-powervs-1-md-0-5444cfcbcd-7kr9x ibmpowervs://ibm-powervs-1/ibm-powervs-1-md-0-k7blr Running v1.22.4
113105
```
114106

115-
5. Check the state of the newly provisioned cluster within IBM Cloud
107+
4. Deploy Container Network Interface (CNI)
116108

109+
Example: calico
117110
```console
118111
~ clusterctl get kubeconfig ibm-powervs-1 > ~/.kube/ibm-powervs-1
119112
~ export KUBECONFIG=~/.kube/ibm-powervs-1
113+
~ kubectl apply -f https://docs.projectcalico.org/v3.15/manifests/calico.yaml
114+
```
115+
116+
5. Check the state of the newly provisioned cluster within IBM Cloud
117+
118+
```console
120119
~ kubectl get nodes
121120
NAME STATUS ROLES AGE VERSION
122121
ibm-powervs-1-control-plane-rg6xv Ready master 41h v1.22.4

docs/book/src/topics/vpc/creating-a-cluster.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,7 @@ following the steps below.
3434

3535
Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
3636

37-
2. Deploy Container Network Interface (CNI)
38-
39-
Example: calico
40-
```console
41-
kubectl apply -f https://docs.projectcalico.org/v3.15/manifests/calico.yaml
42-
```
43-
44-
45-
3. Check the state of the provisioned cluster and machine objects within the local management cluster
37+
2. Check the state of the provisioned cluster and machine objects within the local management cluster
4638

4739
Clusters
4840
```console
@@ -66,15 +58,21 @@ following the steps below.
6658
ibm-vpc-0-md-0-5444cfcbcd-7kr9x ibmvpc://ibm-vpc-0/ibm-vpc-0-md-0-k7blr Running v1.19.9
6759
```
6860

69-
4. Check the state of the newly provisioned cluster within IBM Cloud
61+
3. Deploy Container Network Interface (CNI)
7062

63+
Example: calico
7164
```console
7265
~ clusterctl get kubeconfig ibm-vpc-0 > ~/.kube/ibm-vpc-0
7366
~ export KUBECONFIG=~/.kube/ibm-vpc-0
67+
~ kubectl apply -f https://docs.projectcalico.org/v3.15/manifests/calico.yaml
68+
```
69+
70+
4. Check the state of the newly provisioned cluster within IBM Cloud
71+
72+
```console
7473
~ kubectl get nodes
7574
NAME STATUS ROLES AGE VERSION
7675
ibm-vpc-0-control-plane-rg6xv Ready master 41h v1.18.15
7776
ibm-vpc-0-md-0-4dc5c Ready <none> 41h v1.18.15
7877
ibm-vpc-0-md-0-dbxb7 Ready <none> 20h v1.18.15
7978
```
80-

0 commit comments

Comments
 (0)