daliborkrejic commented on issue #51: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/51#issuecomment-2627333319
If it helps you just need to associate an IP with the network in which your Kubernetes cluster is running before exposing your service and it should work. ```bash cmk associate ipaddress ipaddress=10.1.1.218 networkid=${kubernetes_network_id} # or via GUI kubectl expose deploy/nginx-deployment --port=80 --type=LoadBalancer --load-balancer-ip="10.1.1.218" ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org