File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments