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
|`CLUSTER_NAME`|| The name of the workload cluster to create. |
39
-
|`CONTROL_PLANE_MACHINE_COUNT`| 1 | The number of control plane machines for the workload cluster. |
40
-
|`KUBERNETES_VERSION`|| The Kubernetes version installed on the workload cluster nodes. If this environement variable is not configured, the version must be specifed in the `.cluster-api/clusterctl.yaml` file|
41
-
|`NAMESPACE`|| The namespace for the workload cluster. If not specified, the current namespace is used. |
42
-
|`POD_CIDR`| 192.168.0.0/16 | CIDR range of the Kubernetes pod-to-pod network. |
43
-
|`SERVICE_CIDR`| 10.128.0.0/12 | CIDR range of the Kubernetes pod-to-services network. |
44
-
|`NODE_MACHINE_COUNT`|| The number of worker machines for the workload cluster. |
|`CLUSTER_NAME`|| The name of the workload cluster to create. |
39
+
|`CONTROL_PLANE_MACHINE_COUNT`| 1 | The number of control plane machines for the workload cluster. |
40
+
|`KUBERNETES_VERSION`|| The Kubernetes version installed on the workload cluster nodes. If this environment variable is not configured, the version must be specified in the `.cluster-api/clusterctl.yaml` file |
41
+
|`NAMESPACE`|| The namespace for the workload cluster. If not specified, the current namespace is used. |
42
+
|`POD_CIDR`| 192.168.0.0/16 | CIDR range of the Kubernetes pod-to-pod network. |
43
+
|`SERVICE_CIDR`| 10.128.0.0/12 | CIDR range of the Kubernetes pod-to-services network. |
44
+
|`NODE_MACHINE_COUNT`|| The number of worker machines for the workload cluster. |
45
45
46
46
## Create a new workload cluster on virtual instances using an Ubuntu custom image
|`CLUSTER_NAME`|| The name of the workload cluster to create. |
33
+
|`KUBERNETES_VERSION`|| The Kubernetes version installed on the workload cluster nodes. If this environement variable is not configured, the version must be specified in the `.cluster-api/clusterctl.yaml` file |
34
+
|`NAMESPACE`|| The namespace for the workload cluster. If not specified, the current namespace is used. |
35
+
|`NODE_MACHINE_COUNT`|| The number of machines in the OKE nodepool. |
0 commit comments