apache / cloudstack-kubernetes-provider

Apache Cloudstack Kubernetes Provider
https://cloudstack.apache.org/
Apache License 2.0
38 stars 21 forks source link

LB IP cannot be created when Kubernetes is in VPC #53

Closed mierea closed 8 months ago

mierea commented 11 months ago

The issue and a dirty workaround can be found here: https://github.com/apache/cloudstack/issues/8178

In short: kubernetes clusters can be started in vpc networking in cloudstack but the ccm is unaware of this and tries to add firewall rules. (but the firewall service is not available in vpc as vpc's use network acls instead)

FilipBB commented 11 months ago

I ran into this as well, thank you for the workaround @mierea

weizhouapache commented 8 months ago

@mierea this should have been fixed by #56