Skip to content

Commit 7cb1998

Browse files
authored
Add note for using provider versions (#610)
1 parent ca7379c commit 7cb1998

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/book/src/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ it into a management cluster using `clusterctl`.
5050
export SERVICE_ENDPOINT=https://us-south.iaas.cloud.ibm.com/v1
5151
```
5252

53-
Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
53+
> Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
5454

5555
3. Initialize local bootstrap cluter as a management cluster
5656
@@ -59,6 +59,9 @@ it into a management cluster using `clusterctl`.
5959
```console
6060
~ clusterctl init --infrastructure ibmcloud:<TAG>
6161
```
62+
> Note: If the latest release version of the provider is available, specifying TAG can be avoided.
63+
In other cases, you can specify any prerelease version compatible with the supported API contract as the TAG.
64+
Example: clusterctl init --infrastructure ibmcloud:v0.2.0-alpha.5
6265

6366
Output:
6467
```console

0 commit comments

Comments
 (0)