From 0ec06991f3b752ba555667bcbe733586f464216b Mon Sep 17 00:00:00 2001 From: Joe Kratzat Date: Thu, 23 Feb 2023 11:29:55 -0500 Subject: [PATCH] docs: Update install-cluster-api.md with new version (#218) This is a quick update to make sure our book has the latest version --- docs/src/gs/install-cluster-api.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/src/gs/install-cluster-api.md b/docs/src/gs/install-cluster-api.md index ecab1c72..1c914af5 100644 --- a/docs/src/gs/install-cluster-api.md +++ b/docs/src/gs/install-cluster-api.md @@ -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 +``` + +In production, it is recommended to set a specific released version. + +```bash + clusterctl init --infrastructure oci:vX.X.X +``` ## CAPOCI Components @@ -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 \ No newline at end of file +[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 \ No newline at end of file