Skip to content

Commit

Permalink
Refactor and add VPC variable references
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab committed Jul 25, 2022
1 parent b68846d commit fcec6e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
- [Troubleshooting](./user/troubleshooting.md)
- [Reference](./reference/reference.md)
- [Regions-Zones Mapping](./reference/regions-zones-mapping.md)
- [VPC Variables](./reference/vpc-variables.md)
8 changes: 8 additions & 0 deletions docs/book/src/reference/vpc-variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# VPC Variables

- [IBMVPC_REGION](/reference/regions-zones-mapping.html)
- [IBMVPC_ZONE](/reference/regions-zones-mapping.html)
- [IBMVPC_RESOURCEGROUP](https://cloud.ibm.com/docs/account?topic=account-rgs&interface=ui)
- [IBMVPC_IMAGE_ID](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images)
- [IBMVPC_PROFILE](https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=ui)
- [IBMVPC_SSHKEY_ID](https://cloud.ibm.com/docs/vpc?topic=vpc-managing-ssh-keys&interface=ui)
2 changes: 1 addition & 1 deletion docs/book/src/topics/vpc/creating-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ following the steps below.
kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io/ibm-vpc-5-md-0 created
```

Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
Note: Refer [VPC Variables](/reference/vpc-variables.html) for more detailed information.

2. Check the state of the provisioned cluster and machine objects within the local management cluster

Expand Down

0 comments on commit fcec6e8

Please sign in to comment.