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
Copy file name to clipboardExpand all lines: docs/src/gs/create-workload-cluster.md
+6-23Lines changed: 6 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Workload Cluster Templates
4
4
5
-
The workload cluster templates can be downloaded from the [latest released artifacts][latest-release].
5
+
Choose one of the available templates for to create your workload clusters from the [latest released artifacts][latest-release]. Each workload cluster template can be further configured with the parameters below.
6
6
7
7
## Workload Cluster Parameters
8
8
@@ -31,7 +31,7 @@ The following Cluster API parameters are also available:
31
31
|`SERVICE_DOMAIN`|||
32
32
|`WORKER_MACHINE_COUNT`|| The number of worker machines for the workload cluster. |
33
33
34
-
## Using an Ubuntu custom image on virtual instances
34
+
## Create a new workload cluster on virtual instances using an Ubuntu custom image
35
35
36
36
Run the command below to create a Kubernetes cluster with 1 control plane node and 1 worker node:
## Using an Oracle Linux custom image on virtual instances
73
+
## Create a new workload cluster on virtual instances using an Oracle Linux custom image
74
74
75
75
```bash
76
76
OCI_COMPARTMENT_ID=<compartment-id> \
@@ -126,28 +126,11 @@ If you have an issue with your alternative CNI provider, please raise an issue o
126
126
127
127
### Install OCI Cloud Controller Manager and CSI in a self-provisioned cluster
128
128
129
-
By default, the [OCI Cloud Controller Manager (CCM)][oci-ccm] is not installed into a workload cluster. To install the OCI CCM, run the following command:
130
-
131
-
<!-- The above templates do not install the OCI CCM and CSI Driver in the workload cluster. The following command can be used
132
-
to install CCM and CSI by default in the workload clusters using ClusterResourceSet functionality provided by
By default, the [OCI Cloud Controller Manager (CCM)][oci-ccm] is not installed into a workload cluster. To install the OCI CCM, follow [these instructions][install-oci-ccm].
0 commit comments