File tree Expand file tree Collapse file tree 2 files changed +18
-21
lines changed Expand file tree Collapse file tree 2 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,7 @@ following the steps below.
80
80
IBMPOWERVS_COMPUTE_PROCTYPE
81
81
```
82
82
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
92
84
93
85
Clusters
94
86
```console
@@ -112,11 +104,18 @@ following the steps below.
112
104
ibm-powervs-1-md-0-5444cfcbcd-7kr9x ibmpowervs://ibm-powervs-1/ibm-powervs-1-md-0-k7blr Running v1.22.4
113
105
```
114
106
115
- 5. Check the state of the newly provisioned cluster within IBM Cloud
107
+ 4. Deploy Container Network Interface (CNI)
116
108
109
+ Example: calico
117
110
```console
118
111
~ clusterctl get kubeconfig ibm-powervs-1 > ~/.kube/ibm-powervs-1
119
112
~ 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
120
119
~ kubectl get nodes
121
120
NAME STATUS ROLES AGE VERSION
122
121
ibm-powervs-1-control-plane-rg6xv Ready master 41h v1.22.4
Original file line number Diff line number Diff line change @@ -34,15 +34,7 @@ following the steps below.
34
34
35
35
Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
36
36
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
46
38
47
39
Clusters
48
40
```console
@@ -66,15 +58,21 @@ following the steps below.
66
58
ibm-vpc-0-md-0-5444cfcbcd-7kr9x ibmvpc://ibm-vpc-0/ibm-vpc-0-md-0-k7blr Running v1.19.9
67
59
```
68
60
69
- 4. Check the state of the newly provisioned cluster within IBM Cloud
61
+ 3. Deploy Container Network Interface (CNI)
70
62
63
+ Example: calico
71
64
```console
72
65
~ clusterctl get kubeconfig ibm-vpc-0 > ~/.kube/ibm-vpc-0
73
66
~ 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
74
73
~ kubectl get nodes
75
74
NAME STATUS ROLES AGE VERSION
76
75
ibm-vpc-0-control-plane-rg6xv Ready master 41h v1.18.15
77
76
ibm-vpc-0-md-0-4dc5c Ready <none> 41h v1.18.15
78
77
ibm-vpc-0-md-0-dbxb7 Ready <none> 20h v1.18.15
79
78
```
80
-
You can’t perform that action at this time.
0 commit comments