my deployment from Azure cloudshell failed. - clon...
# general
f
my deployment from Azure cloudshell failed. • cloned the repo • install JDK25 using sdkman • install gradle using sdkman • install pulumi • set vars • pulumi up works but the stack gets stuck and never gets created. if someone from pulumi could take a look that would be great
running from WSL linux ubuntu24 and connecting programatically to the Azure account and subscription worked fine after several tries
Copy code
Previewing update (wsl-ubuntu24-aks)

View in Browser (Ctrl+O): <https://app.pulumi.com/aleon1220/kubernetes-azure-spinnaker/wsl-ubuntu24-aks/previews/0e9be5ba-d37b-401e-93a0-cb09eff1aa51>

     Type                                             Name                                         Plan
     pulumi:pulumi:Stack                              kubernetes-azure-spinnaker-wsl-ubuntu24-aks
 +   └─ azure-native:containerservice:ManagedCluster  aksCluster                                   create

Outputs:
  + clusterName: [unknown]

Resources:
    + 1 to create
    1 unchanged

Do you want to perform this update? yes
Updating (wsl-ubuntu24-aks)

View in Browser (Ctrl+O): <https://app.pulumi.com/aleon1220/kubernetes-azure-spinnaker/wsl-ubuntu24-aks/updates/3>

     Type                                             Name                                         Status
     pulumi:pulumi:Stack                              kubernetes-azure-spinnaker-wsl-ubuntu24-aks
 +   └─ azure-native:containerservice:ManagedCluster  aksCluster                                   created (407s)

Outputs:
  + clusterName: "aksClusterc04620fa"

Resources:
    + 1 created
    1 unchanged

Duration: 7m30s
last month i ran a similar codebase from my lenovo linux ubuntu 24 laptop and it took 3 minutes.
l
Creating a cluster in 407 seconds sounds like an Azure issue rather than a Pulumi one. Pulumi makes an API call and then just waits for the response.
f
@little-cartoon-10569 thank you. I am not saying is an issue. I am saying is a pattern that worked for me.
👍 1