We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b3fba commit 32dae68Copy full SHA for 32dae68
manifests/cloud-provider-example.yaml
@@ -35,6 +35,9 @@ loadBalancer:
35
subnet2: ocid1.subnet.oc1.phx.aaaaaaaahuxrgvs65iwdz7ekwgg3l5gyah7ww5klkwjcso74u3e4i64hvtvq
36
37
# SecurityListManagementMode configures how security lists are managed by the CCM.
38
+ # If you choose to have security lists managed by the CCM, ensure you have setup the following additional OCI policy:
39
+ # Allow dynamic-group [your dynamic group name] to manage security-lists in compartment [your compartment name]
40
+ #
41
# "All" (default): Manage all required security list rules for load balancer services.
42
# "Frontend": Manage only security list rules for ingress to the load
43
# balancer. Requires that the user has setup a rule that
0 commit comments