You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/gs/install-oci-ccm.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ allow dynamic-group [your dynamic group name] to manage load-balancers in compar
20
20
```
21
21
2. Update values in the configuration file as necessary.
22
22
23
+
As an example using the provided [`cluster-template.yaml`](https://github.com/oracle/cluster-api-provider-oci/blob/main/templates/cluster-template.yaml)
24
+
you would modify the `cloud-provider-example.yaml` and make sure to set `compartment` and `vcn` with the correct OCIDs.
25
+
Then set `subnet1` to the OCID of your `service-lb` subnet and remove `subnet2`. You would then set
0 commit comments