Skip to content

Commit 4379e6e

Browse files
committed
address review comments
1 parent 96c450f commit 4379e6e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,13 @@ following the steps below.
185185
```
186186
187187
#### Note: Refer below for more detailed information on POWERVS variables.
188-
- IBMPOWERVS_CLUSTER_CLASS_NAME : Name of the cluster that user want to keep.
188+
- IBMPOWERVS_CLUSTER_CLASS_NAME : Name of the cluster that user provides.
189189
- [IBMPOWERVS_SSHKEY_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-creating-ssh-key)
190-
- [IBMPOWERVS_VIP](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
191-
- [IBMPOWERVS_VIP_EXTERNAL](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
192-
- [IBMPOWERVS_VIP_CIDR](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create)
193-
- [IBMPOWERVS_IMAGE_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-conn-COS-custom-image)
194-
- [IBMPOWERVS_SERVICE_INSTANCE_ID](/topics/capibmadm/powervs/image.html)
190+
- IBMPOWERVS_VIP, IBMPOWERVS_VIP_EXTERNAL and IBMPOWERVS_VIP_CIDR : Once we have created the network and port, the values will be available on listing the ports. Refer [here](/topics/powervs/creating-a-cluster.html)
191+
- IBMPOWERVS_IMAGE_NAME : Name to imported image. Refer [here](/topics/capibmadm/powervs/image.html) to get image details.
192+
- IBMPOWERVS_SERVICE_INSTANCE_ID : IBMPOWERVS_SERVICE_INSTANCE_ID is workspace id. Refer [here](https://cloud.ibm.com/docs/power-iaas-cli-plugin?topic=power-iaas-cli-plugin-power-iaas-cli-reference-v1#ibmcloud-pi-workspace) how to get it.
195193
- [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
196-
- [IBMPOWERVS_NETWORK_NAME](/topics/capibmadm/powervs/network#1-capibmadm-powervs-network-create.html)
194+
- IBMPOWERVS_NETWORK_NAME : The name of the network. Refer [here](/topics/capibmadm/powervs/network.html) how to get the network details.
197195
- [IBMPOWERVS_REGION](/reference/regions-zones-mapping.html)
198196
- [IBMPOWERVS_ZONE](/reference/regions-zones-mapping.html)
199197
- [COS_BUCKET_REGION](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-endpoints#endpoints-region)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ There are two following variables for controlling the volume size for the boot d
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 -
124124
125125
**Note:** Refer below for more detailed information on VPC variables.
126-
- IBMVPC_CLUSTER_CLASS_NAME : Name of the cluster that user want to keep.
126+
- IBMVPC_CLUSTER_CLASS_NAME : Name of the cluster that user provides.
127127
- [IBMVPC_REGION](/reference/regions-zones-mapping.html)
128128
- [IBMVPC_ZONE](/reference/regions-zones-mapping.html)
129129
- [IBMVPC_RESOURCEGROUP](https://cloud.ibm.com/docs/account?topic=account-rgs&interface=ui)

0 commit comments

Comments
 (0)