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
|`CLOUDSTACK_NETWORK_NAME`| The network name. If not exisiting an isolated network with the name is created. |`Shared1`|
29
+
|`CLUSTER_ENDPOINT_IP`| The cluster endpoint IP |`172.16.2.199`|
30
+
|`CLUSTER_ENDPOINT_PORT`| The cluster endpoint port |`6443`|
31
+
|`CLUSTER_ENDPOINT_IP_2`| The cluster endpoint IP for a second cluster |`172.16.2.199`|
32
+
|`CLUSTER_ENDPOINT_PORT_2`| The cluster endpoint port for a second cluster |`6444`|
33
+
|`CLOUDSTACK_CONTROL_PLANE_MACHINE_OFFERING`| The machine offering for the control plane VM instances |`Large Instance`|
34
+
|`CLOUDSTACK_WORKER_MACHINE_OFFERING`| The machine offering for the worker node VM instances |`Medium Instance`|
35
+
|`CLOUDSTACK_TEMPLATE_NAME`| The machine template for both control plane and worke node VM instances |`kube-v1.20.10/ubuntu-2004`|
36
+
|`CLOUDSTACK_SSH_KEY_NAME`| The name of SSH key added to the VM instances |`CAPCKeyPair6`|
35
37
36
38
You also have to export `CLOUDSTACK_B64ENCODED_SECRET` environment variable using this command `export CLOUDSTACK_B64ENCODED_SECRET=$(base64 -i cloud-config)` after creating `cloud-config` file with the following format.
0 commit comments