You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update workload cluster with multi-region support (#52)
Add a section that documents how to use the new
`cluster-template-alternative-region.yaml` template to show users
how to launch clusters in multiple regions.
Copy file name to clipboardExpand all lines: docs/src/gs/create-workload-cluster.md
+54-2Lines changed: 54 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ when creating a workload cluster on OCI using one of our predefined templates:
23
23
|`OCI_CONTROL_PLANE_PV_TRANSIT_ENCRYPTION`| true | Enables [in-flight Transport Layer Security (TLS) 1.2 encryption](https://docs.oracle.com/en-us/iaas/Content/File/Tasks/intransitencryption.htm) of data between control plane nodes and their associated block storage devices. |
24
24
|`OCI_NODE_PV_TRANSIT_ENCRYPTION`| true | Enables [in-flight Transport Layer Security (TLS) 1.2 encryption](https://docs.oracle.com/en-us/iaas/Content/File/Tasks/intransitencryption.htm) of data between worker nodes and their associated block storage devices. |
25
25
26
-
*NOTE* Only specific [bare metal shapes](https://docs.oracle.com/en-us/iaas/releasenotes/changes/60d602f5-abb3-4639-aa19-292a5744a808/)
26
+
> Note: Only specific [bare metal shapes](https://docs.oracle.com/en-us/iaas/releasenotes/changes/60d602f5-abb3-4639-aa19-292a5744a808/)
27
27
support in-transit encryption. If an unsupported shape is specified, the deployment will fail completely.
28
28
29
-
*NOTE:* Using the predefined templates the machine's memory size is automatically allocated based on the chosen shape
29
+
> Note: Using the predefined templates the machine's memory size is automatically allocated based on the chosen shape
30
30
and OCPU count.
31
31
32
32
The following Cluster API parameters are also available:
|`OCI_WORKLOAD_REGION`| Configured as [`OCI_REGION`][configure-authentication]| The [OCI region](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm) in which to launch the workload cluster. |
116
+
117
+
The following example configures the CAPOCI provider to authenticate in
118
+
`us-phoenix-1` and launch a workload cluster in `us-sanjose-1`.
119
+
120
+
> Note: Ensure the specified image is available in your chosen region or the launch will fail.
121
+
122
+
To configure authentication for management cluster, follow the steps in
0 commit comments