Skip to content

Commit

Permalink
docs: Update install-cluster-api.md with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr committed Feb 22, 2023
1 parent c83e66e commit 7e758c3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/src/gs/install-cluster-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,19 @@ allow dynamic-group [your dynamic group name] to manage load-balancers in compar

## Initialize management cluster

Initialize management cluster and install CAPOCI
Initialize management cluster and install CAPOCI.

```bash
clusterctl init --infrastructure oci:v0.6.0
```
The following command will use the [latest version][capoci-latest-release]:

```bash
clusterctl init --infrastructure oci
```

However, in production the version should be specified:

```bash
clusterctl init --infrastructure oci:vX.X.X
```

## CAPOCI Components

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

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

0 comments on commit 7e758c3

Please sign in to comment.