mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
93 lines
2.2 KiB
Plaintext
93 lines
2.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// installing/installing_ibm_cloud/installing-ibm-cloud-account.adoc
|
|
// installing/installing_ibm_powervs/installing-ibm-cloud-account-power-vs.adoc
|
|
|
|
ifeval::["{context}" == "installing-ibm-cloud-account"]
|
|
:ibm-vpc:
|
|
endif::[]
|
|
ifeval::["{context}" == "installing-ibm-cloud-account-power-vs"]
|
|
:ibm-power-vs:
|
|
endif::[]
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
ifdef::ibm-vpc[]
|
|
[id="installation-ibm-cloud-regions_{context}"]
|
|
= Supported {ibm-cloud-title} regions
|
|
endif::ibm-vpc[]
|
|
ifdef::ibm-power-vs[]
|
|
[id="installation-ibm-power-vs-regions_{context}"]
|
|
= Supported {ibm-power-server-title} regions and zones
|
|
endif::ibm-power-vs[]
|
|
|
|
You can deploy an {product-title} cluster to the following regions:
|
|
|
|
ifdef::ibm-vpc[]
|
|
//Not listed for openshift-install: br-sao, in-che, kr-seo
|
|
|
|
* `au-syd` (Sydney, Australia)
|
|
* `br-sao` (Sao Paulo, Brazil)
|
|
* `ca-tor` (Toronto, Canada)
|
|
* `eu-de` (Frankfurt, Germany)
|
|
* `eu-gb` (London, United Kingdom)
|
|
* `eu-es` (Madrid, Spain)
|
|
* `jp-osa` (Osaka, Japan)
|
|
* `jp-tok` (Tokyo, Japan)
|
|
* `us-east` (Washington DC, United States)
|
|
* `us-south` (Dallas, United States)
|
|
|
|
[NOTE]
|
|
====
|
|
Deploying your cluster in the `eu-es` (Madrid, Spain) region is not supported for {product-title} 4.14.6 and earlier versions.
|
|
====
|
|
endif::ibm-vpc[]
|
|
ifdef::ibm-power-vs[]
|
|
|
|
* `dal` (Dallas, USA)
|
|
** `dal10`
|
|
** `dal12`
|
|
* `eu-de` (Frankfurt, Germany)
|
|
** `eu-de-1`
|
|
** `eu-de-2`
|
|
* `lon` (London, UK)
|
|
** `lon04`
|
|
* `mad` (Madrid, Spain)
|
|
** `mad02`
|
|
** `mad04`
|
|
* `osa` (Osaka, Japan)
|
|
** `osa21`
|
|
* `sao` (Sao Paulo, Brazil)
|
|
** `sao01`
|
|
** `sao04`
|
|
* `syd` (Sydney, Australia)
|
|
** `syd04`
|
|
* `wdc` (Washington DC, USA)
|
|
** `wdc06`
|
|
** `wdc07`
|
|
|
|
You might optionally specify the {ibm-cloud-name} region in which the installation program creates any VPC components.
|
|
|
|
[NOTE]
|
|
====
|
|
If you do not specify the region, the installation program selects the region closest to {ibm-power-server-title} zone you are deploying to.
|
|
====
|
|
|
|
{ibm-cloud-name} supports the following regions:
|
|
|
|
* `us-south`
|
|
* `eu-de`
|
|
* `eu-es`
|
|
* `eu-gb`
|
|
* `jp-osa`
|
|
* `au-syd`
|
|
* `br-sao`
|
|
* `ca-tor`
|
|
* `jp-tok`
|
|
endif::ibm-power-vs[]
|
|
|
|
ifeval::["{context}" == "installing-ibm-cloud-account"]
|
|
:!ibm-vpc:
|
|
endif::[]
|
|
ifeval::["{context}" == "installing-ibm-cloud-account-power-vs"]
|
|
:!ibm-power-vs:
|
|
endif::[] |