Hi, I'm trying to deploy an AKS cluster from this ...
# azure
a
Hi, I'm trying to deploy an AKS cluster from this https://github.com/pulumi/examples/tree/master/kubernetes-ts-multicloud but I'm getting this error:
Copy code
kubernetes:core/v1:Service (aks-demo-app):
    error: 2 errors occurred:
        * the Kubernetes API server reported that "default/aks-demo-app-0d237785" failed to fully initialize or become live: 'aks-demo-app-0d237785' timed out waiting to be Ready
        * Service was not allocated an IP address; does your cloud provider support this?
I already modified some parts of the code which were deprecated to solve other issues but I'm still getting the above error
I was reading maybe the root cause could be the subscription type that I'm using (which was a Free tier) but I already updated it to Pay as you go (the basic plan) and the problem persists.