Skip to content

Commit cd3d7f8

Browse files
authored
doc: update install-oci-ccm.md (#140)
This should help answer how to modify the CCM example file.
1 parent 6a80516 commit cd3d7f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/gs/install-oci-ccm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ allow dynamic-group [your dynamic group name] to manage load-balancers in compar
2020
```
2121
2. Update values in the configuration file as necessary.
2222

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
26+
`securityListManagementMode` to `"None"`.
27+
2328
3. Create a secret:
2429

2530
```shell

0 commit comments

Comments
 (0)