Skip to content

Commit 6e0ec6b

Browse files
committed
add ref links for environment variables
1 parent c6b2def commit 6e0ec6b

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

docs/book/src/topics/powervs/creating-a-cluster.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ following the steps below.
7171
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/ibm-powervs-1-md-0 created
7272
```
7373

74+
**Note:** Refer detailed information on POWERVS variables [here](/topics/powervs/creating-a-cluster#prerequisites-1.html)
75+
7476
Additional parameters for modifying PowerVS Control-Plane spec
7577
```
7678
IBMPOWERVS_CONTROL_PLANE_MEMORY
@@ -158,6 +160,8 @@ following the steps below.
158160
--flavor=powervs-create-infra | kubectl apply -f -
159161
```
160162
163+
**Note:** Refer detailed information on POWERVS variables [here](/topics/powervs/creating-a-cluster#prerequisites-1.html)
164+
161165
### Deploy a PowerVS cluster with cluster class
162166
163167
#### Prerequisites:
@@ -181,4 +185,20 @@ following the steps below.
181185
--control-plane-machine-count=3 \
182186
--worker-machine-count=1 \
183187
--flavor=powervs-clusterclass | kubectl apply -f -
184-
```
188+
```
189+
190+
#### Note: Refer below for more detailed information on POWERVS variables.
191+
- [IBMPOWERVS_CLUSTER_CLASS_NAME](/tasks/experimental-features/cluster-class/index.html)
192+
- [IBMPOWERVS_SSHKEY_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-creating-ssh-key)
193+
- [IBMPOWERVS_VIP](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
194+
- [IBMPOWERVS_VIP_EXTERNAL](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
195+
- [IBMPOWERVS_VIP_CIDR](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
196+
- [IBMPOWERVS_IMAGE_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-conn-COS-custom-image)
197+
- [IBMPOWERVS_SERVICE_INSTANCE_ID](/topics/capibmadm/powervs/image.html)
198+
- [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
199+
- [IBMPOWERVS_NETWORK_NAME](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create.html)
200+
- [IBMPOWERVS_REGION](/reference/regions-zones-mapping.html)
201+
- [IBMPOWERVS_ZONE](/reference/regions-zones-mapping.html)
202+
- [COS_BUCKET_REGION](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-endpoints#endpoints-region)
203+
- [COS_BUCKET_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-create-buckets)
204+
- [COS_OBJECT_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-add-objects)

docs/book/src/topics/vpc/creating-a-cluster.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,13 @@ There are two following variables for controlling the volume size for the boot d
121121
IBMACCOUNT_ID="ibm-accountid" \
122122
BASE64_API_KEY=$(echo -n $IBMCLOUD_API_KEY | base64) \
123123
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)

0 commit comments

Comments
 (0)