Skip to content

Commit dce9b41

Browse files
committed
address review comments
1 parent 052c3e5 commit dce9b41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ following the steps below.
4141
> - Set `EXP_CLUSTER_RESOURCE_SET` to `true` as the cluster will be deployed with external cloud provider which will create the resources to run the cloud controller manager.
4242
> - The `IBMPOWERVS_IMAGE_NAME` value below should reflect the name of the custom image and the `kubernetes-version` value below should reflect the kubernetes version of the custom image.
4343
> - While working with unreleased versions like from main branch, instead of `--flavor=powervs` use `--from=./templates/cluster-template-powervs.yaml`.
44-
> - Refer detailed information on POWERVS variables [here](/topics/powervs/creating-a-cluster#note-refer-below-for-more-detailed-information-on-powervs-variables)
44+
> - Refer detailed information on PowerVS variables [here](/topics/powervs/creating-a-cluster#note-refer-below-for-more-detailed-information-on-powervs-variables)
4545

4646
```console
4747
IBMPOWERVS_SSHKEY_NAME="my-pub-key" \
@@ -189,16 +189,16 @@ following the steps below.
189189
--flavor=powervs-clusterclass | kubectl apply -f -
190190
```
191191
192-
#### Note: Refer below for more detailed information on POWERVS variables.
192+
#### Note: Refer below for more detailed information on PowerVS variables.
193193
- IBMPOWERVS_CLUSTER_CLASS_NAME : Name of the cluster that user provides.
194194
- [IBMPOWERVS_SSHKEY_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-creating-ssh-key)
195195
- 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)
196-
- IBMPOWERVS_IMAGE_NAME : Name to imported image. Refer [here](/topics/capibmadm/powervs/image.html) to get image details.
197-
- 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.
196+
- IBMPOWERVS_IMAGE_NAME : Name of the custom image. Refer [here](/topics/capibmadm/powervs/image.html) to get image details.
197+
- IBMPOWERVS_SERVICE_INSTANCE_ID : ID of the PowerVS workspace. Refer [here](https://cloud.ibm.com/docs/power-iaas-cli-plugin?topic=power-iaas-cli-plugin-power-iaas-cli-reference-v1#ibmcloud-pi-workspace)
198198
- [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
199199
- IBMPOWERVS_NETWORK_NAME : The name of the network. Refer [here](/topics/capibmadm/powervs/network.html) how to get the network details.
200200
- [IBMPOWERVS_REGION](/reference/regions-zones-mapping.html)
201201
- [IBMPOWERVS_ZONE](/reference/regions-zones-mapping.html)
202202
- [COS_BUCKET_REGION](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-endpoints#endpoints-region)
203203
- [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)
204+
- [COS_OBJECT_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-add-objects)

0 commit comments

Comments
 (0)