shwstppr commented on issue #6987:
URL: https://github.com/apache/cloudstack/issues/6987#issuecomment-1367307287
@aron-ac David is on vacation.
I tried to reproduce the issue but for some reason even my k8s cluster
created using admin account was showing the problem,
```
cloud@admin-k8s-1-control-1855dc8294c:~$ sudo /opt/bin/kubectl --namespace
default get services -o wide traefik
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
AGE SELECTOR
traefik LoadBalancer 10.103.202.214 <pending>
80:30209/TCP,443:32344/TCP 11m <none>
```
Same with a cluster created in a project
```
cloud@test-k8s-control-1855a453abb:~$ sudo /opt/bin/kubectl --namespace
default get services -o wide traefik
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
AGE SELECTOR
traefik LoadBalancer 10.106.206.45 <pending>
80:30812/TCP,443:30551/TCP 8m38s <none>
```
I'll try to investigate this and keep you posted.
--
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]