Skip to content

Commit e059b84

Browse files
authored
docs: Update install-cluster-api.md with new version (#218)
This is a quick update to make sure our book has the latest version
1 parent 4457c94 commit e059b84

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/src/gs/install-cluster-api.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,19 @@ allow dynamic-group [your dynamic group name] to manage load-balancers in compar
5252

5353
## Initialize management cluster
5454

55-
Initialize management cluster and install CAPOCI
55+
Initialize management cluster and install CAPOCI.
5656

57-
```bash
58-
clusterctl init --infrastructure oci:v0.6.0
59-
```
57+
The following command will use the [latest version][capoci-latest-release]:
58+
59+
```bash
60+
clusterctl init --infrastructure oci
61+
```
62+
63+
In production, it is recommended to set a specific released version.
64+
65+
```bash
66+
clusterctl init --infrastructure oci:vX.X.X
67+
```
6068

6169
## CAPOCI Components
6270

@@ -72,4 +80,5 @@ Please inspect the `infrastructure-components.yaml` present in the release artif
7280

7381
[kind]: https://kind.sigs.k8s.io/
7482
[api-signing-key]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm
75-
[instance-principals]: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm
83+
[instance-principals]: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm
84+
[capoci-latest-release]: https://github.com/oracle/cluster-api-provider-oci/releases/latest

0 commit comments

Comments
 (0)