Skip to content

Commit

Permalink
Add note for using provider versions (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulyam24 authored Mar 28, 2022
1 parent ca7379c commit 7cb1998
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ it into a management cluster using `clusterctl`.
export SERVICE_ENDPOINT=https://us-south.iaas.cloud.ibm.com/v1
```

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

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

Output:
```console
Expand Down

0 comments on commit 7cb1998

Please sign in to comment.