File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -181,4 +181,20 @@ following the steps below.
181
181
--control-plane-machine-count=3 \
182
182
--worker-machine-count=1 \
183
183
--flavor=powervs-clusterclass | kubectl apply -f -
184
- ```
184
+ ```
185
+
186
+ **Note:** Refer below for more detailed information on POWERVS variables.
187
+ - [IBMPOWERVS_CLUSTER_CLASS_NAME](/tasks/experimental-features/cluster-class/index.html)
188
+ - [IBMPOWERVS_SSHKEY_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-creating-ssh-key)
189
+ - [IBMPOWERVS_VIP](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
190
+ - [IBMPOWERVS_VIP_EXTERNAL](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
191
+ - [IBMPOWERVS_VIP_CIDR](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
192
+ - [IBMPOWERVS_IMAGE_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-conn-COS-custom-image)
193
+ - [IBMPOWERVS_SERVICE_INSTANCE_ID](/topics/capibmadm/powervs/image.html)
194
+ - [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
195
+ - [IBMPOWERVS_NETWORK_NAME](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create.html)
196
+ - [IBMPOWERVS_REGION](/reference/regions-zones-mapping.html)
197
+ - [IBMPOWERVS_ZONE](/reference/regions-zones-mapping.html)
198
+ - [COS_BUCKET_REGION](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-endpoints#endpoints-region)
199
+ - [COS_BUCKET_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-create-buckets)
200
+ - [COS_OBJECT_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-add-objects)
Original file line number Diff line number Diff line change @@ -121,4 +121,13 @@ There are two following variables for controlling the volume size for the boot d
121
121
IBMACCOUNT_ID="ibm-accountid" \
122
122
BASE64_API_KEY=$(echo -n $IBMCLOUD_API_KEY | base64) \
123
123
clusterctl generate cluster ibm-vpc-clusterclass --kubernetes-version v1.26.2 --target-namespace default --control-plane-machine-count=1 --worker-machine-count=2 --from=./templates/cluster-template-vpc-clusterclass.yaml | kubectl apply -f -
124
-
124
+
125
+ **Note:** Refer below for more detailed information on VPC variables.
126
+ - [IBMVPC_CLUSTER_CLASS_NAME](/tasks/experimental-features/cluster-class/index.html)
127
+ - [IBMVPC_REGION](/reference/regions-zones-mapping.html)
128
+ - [IBMVPC_ZONE](/reference/regions-zones-mapping.html)
129
+ - [IBMVPC_RESOURCEGROUP](https://cloud.ibm.com/docs/account?topic=account-rgs&interface=ui)
130
+ - [IBMVPC_IMAGE_NAME](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images)
131
+ - [IBMVPC_PROFILE](https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=ui)
132
+ - [IBMVPC_SSHKEY_NAME](https://cloud.ibm.com/docs/vpc?topic=vpc-managing-ssh-keys&interface=ui)
133
+ - [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
You can’t perform that action at this time.
0 commit comments