Has anyone come across this error? ``` kubernete...
# kubernetes
d
Has anyone come across this error?
Copy code
kubernetes:<http://networking.k8s.io/v1:Ingress|networking.k8s.io/v1:Ingress> (argocd-ingress):
    error: 2 errors occurred:
        * resource "urn:pulumi:aks-dev::dev::kubernetes:<http://networking.k8s.io/v1:Ingress::argocd-ingress|networking.k8s.io/v1:Ingress::argocd-ingress>" was successfully created, but the Kubernetes API server reported that it failed to fully initialize or become live: 'argocd-ingress' timed out waiting to be Ready
        * Ingress .status.loadBalancer field was not updated with a hostname/IP address.
        for more information about this error, see <https://pulumi.io/xdv72s>
h
did you follow the link? https://pulumi.io/xdv72s what ingress class are you using?
d
Hi @hallowed-photographer-31251 I did not. But I am using traefik for the ingress controller and will take a look at the documentation. Thanks