Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for using provider versions #610

Merged
merged 1 commit into from
Mar 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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