Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cloudhub-2/modules/ROOT/pages/ps-create-configure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ include::partial$select-private-space.adoc[tag=clickPrivateSpaceName]
+
--
.. Select the xref:ps-gather-setup-info.adoc#private-network-region[region] where you want your apps to run.
+
[NOTE]
--
If you select *Canada (Central)*, subnet count depends on your control plane. Existing MuleSoft Government Cloud private spaces in this region don't receive three-subnet support automatically. See xref:ps-gather-setup-info.adoc#ca-central-subnet-availability[Canada (Central) Private Space Subnet Availability].
--
.. Enter the xref:ps-gather-setup-info.adoc#cidr-block[CIDR block], which is the range of IP addresses that your apps can use.
.. Optionally, reserve your corporate private network's CIDRs to connect to your private space by entering them in a comma-separated list.
+
Expand Down
12 changes: 12 additions & 0 deletions cloudhub-2/modules/ROOT/pages/ps-gather-setup-info.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@ Asia Pacific (Sydney)
Asia Pacific (Tokyo)
----

[[ca-central-subnet-availability]]
==== Canada (Central) Private Space Subnet Availability

Only the MuleSoft Government Cloud control plane supports three subnets in Canada (Central) for increased high availability. The Commercial control plane doesn't support three subnets in this region.

[IMPORTANT]
====
Control plane discrepancy: Subnet count for a private space in Canada (Central) depends on your control plane. MuleSoft Government Cloud supports three subnets. The Commercial control plane provisions private spaces with only two subnets.

Existing MuleSoft Government Cloud private spaces: Private spaces created in Canada (Central) prior to three-subnet support don't receive the update automatically. To get the three-subnet architecture, recreate your private space. Recreating a private space causes downtime. Redeploy applications and reconfigure VPN, transit gateway, DNS, and other connections in the new private space. Plan the migration during a maintenance window.
====

// CIDR Block Shared
[[cidr-block]]
include::partial$create-config.adoc[tag=cidrBlock,leveloffset=+2]
Expand Down