File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ it into a management cluster using `clusterctl`.
50
50
export SERVICE_ENDPOINT=https://us-south.iaas.cloud.ibm.com/v1
51
51
```
52
52
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.
54
54
55
55
3. Initialize local bootstrap cluter as a management cluster
56
56
@@ -59,6 +59,9 @@ it into a management cluster using `clusterctl`.
59
59
```console
60
60
~ clusterctl init --infrastructure ibmcloud:<TAG>
61
61
```
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
62
65
63
66
Output:
64
67
```console
You can’t perform that action at this time.
0 commit comments