weizhouapache commented on issue #7431: URL: https://github.com/apache/cloudstack/issues/7431#issuecomment-1517329967
> @Noelantogerorge cc @davidjumani it seems cloudstack-kubernetes-provider is not deployed for a shared network which must be causing this issue. https://github.com/apache/cloudstack/blob/main/plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterActionWorker.java#L565-L569 Let me check if that can be changed ccm should have been deployed, the error happened when deploy a service with LoadBalancer. But LB is not supported in shared network so it failed when ccm tried to acquire a public ip. @Noelantogerorge Can you log into the control plane vm and get more information? For example, sudo kubectl get services sudo kunectl describe service <service name> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
