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
Impl. securityLists conf opt and management modes (#180)
Adds loadbalancer.securityListManagementMode config option that
configures how the CCM should manage security lists. Depreciates
loadbalancer.disableSecurityListManagement in favour of
loadbalancer.securityListManagementMode: None.
Additionally adds loadbalancer.securityLists config option to allow
explicit configuration of the security lists managed by the CCM on a per
subnet basis.
glog.Warningf("cloud-provider config: \"loadBalancer.disableSecurityListManagement\" is DEPRECIATED and will be removed in a later release. Please set \"loadBalancer.SecurityListManagementMode: %s\".", ManagementModeNone)
0 commit comments