oci-cloud-controller-manager icon indicating copy to clipboard operation
oci-cloud-controller-manager copied to clipboard

Change the default value of oci-load-balancer-security-list-management-mode to "None"

Open tonychoe opened this issue 4 years ago • 0 comments

FEATURE REQUEST

What happened?

This property let CCM to manage the security lists for the OCI LB.

oci-load-balancer-security-list-management-mode

Its default value is set to All as stated in the load balancer annotations. Which meaning, CCM will add the security list for the LB, unless the user specify the annotation and set the value to something else.

Screen Shot 2021-03-19 at 9 14 38 AM The above screenshot is the security list that was added to the public subnet in my VCN.

I think it would be better to let the users to decide whether letting CCM to manage the security list, by setting the default value to 'None'.

What you expected to happen?

Change the default value of oci-load-balancer-security-list-management-mode to None.

tonychoe avatar Mar 19 '21 20:03 tonychoe