Skip to content

Commit a1c949b

Browse files
Add regions-zones mapping doc to book (#602)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 0f4ea92 commit a1c949b

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

docs/book/src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
- [Guide for API conversions](./developer/conversion.md)
1818
- [Release Process](./developer/release.md)
1919
- [Troubleshooting](./user/troubleshooting.md)
20-
- [Reference](./reference/reference.md)
20+
- [Reference](./reference/reference.md)
21+
- [Regions-Zones Mapping](./reference/regions-zones-mapping.md)

docs/book/src/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ it into a management cluster using `clusterctl`.
5050
export SERVICE_ENDPOINT=https://us-south.iaas.cloud.ibm.com/v1
5151
```
5252

53+
Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
54+
5355
3. Initialize local bootstrap cluter as a management cluster
5456
5557
When executed for the first time, the following command accepts the infrasturcture provider as an input to install. `clusterctl init` automatically adds to the list the cluster-api core provider, and if unspecified, it also adds the kubeadm bootstrap and kubeadm control-plane providers, thereby converting it into a management cluster which will be used to provision a workload cluster in IBM Cloud.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Regions-Zones Mapping
2+
3+
| powervs regions | powervs zones | powervs service endpoint URL (public) | ibmcloud_vpc regions | ibmcloud_vpc zones | vpc service endpoint URL (public) |
4+
|:---------------:|:------------------:|:-------------------------------------:|:--------------------:|:--------------------------------------:|:---------------------------:|
5+
| dal | dal12 | dal.power-iaas.cloud.ibm.com | us-south | us-south-1<br>us-south-2<br>us-south-3 | us-south.iaas.cloud.ibm.com |
6+
| eu-de | eu-de-1<br>eu-de-2 | eu-de.power-iaas.cloud.ibm.com | eu-de | eu-de-1<br>eu-de-2<br>eu-de-3 | eu-de.iaas.cloud.ibm.com |
7+
| lon | lon04<br>lon06 | lon.power-iaas.cloud.ibm.com | eu-gb | eu-gb-1<br>eu-gb-2<br>eu-gb-3 | eu-gb.iaas.cloud.ibm.com |
8+
| mon | mon01 | mon.power-iaas.cloud.ibm.com | - | - | - |
9+
| osa | osa21 | osa.power-iaas.cloud.ibm.com | jp-osa | jp-osa-1<br>jp-osa-2<br>jp-osa-3 | jp-osa.iaas.cloud.ibm.com |
10+
| sao | sao01 | sao.power-iaas.cloud.ibm.com | br-sao | br-sao-1<br>br-sao-2<br>br-sao-3 | br-sao.iaas.cloud.ibm.com |
11+
| syd | syd04<br>syd05 | syd.power-iaas.cloud.ibm.com | au-syd | au-syd-1<br>au-syd-2<br>au-syd-3 | au-syd.iaas.cloud.ibm.com |
12+
| tok | tok04 | tok.power-iaas.cloud.ibm.com | jp-tok | jp-tok-1<br>jp-tok-2<br>jp-tok-3 | jp-tok.iaas.cloud.ibm.com |
13+
| tor | tor01 | tor.power-iaas.cloud.ibm.com | ca-tor | ca-tor-1<br>ca-tor-2<br>ca-tor-3 | ca-tor.iaas.cloud.ibm.com |
14+
| wdc | wdc06 | wdc.power-iaas.cloud.ibm.com | us-east | us-east-1<br>us-east-2<br>us-east-3 | us-east.iaas.cloud.ibm.com |
15+
| us-east | us-east | us-east.power-iaas.cloud.ibm.com | us-east | us-east-1<br>us-east-2<br>us-east-3 | us-east.iaas.cloud.ibm.com |
16+
| us-south | us-south | us-south.power-iaas.cloud.ibm.com | us-south | us-south-1<br>us-south-2<br>us-south-3 | us-south.iaas.cloud.ibm.com |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ following the steps below.
3333
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/ibm-vpc-5-md-0 created
3434
```
3535

36+
Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
37+
3638
2. Deploy Container Network Interface (CNI)
3739

3840
Example: calico

0 commit comments

Comments
 (0)