Open bonhamcm opened 4 years ago
What does "without managing security groups" in the log message mean? Is there a way it can be supported with OpenStack? Do you really require load balancers and can't work with the ClusterIP services?
@FxKu it is supported only in enough new OpenStack installations (read: latest or something).
Our Kubernetes environment is deployed on OpenStack and the Octavia load balancer implementation doesn't support the
allowedSourceRanges
option:Is it possible to have a flag to disable the
allowedSourceRanges
option? Or maybe a value that won't add it to the service manifest to prevent the error?Based on your feedback, I would be interested in providing a pull request for the solution.
Thank you.