microsoft / MSLab

Azure Stack HCI, Windows 10 and Windows Server rapid lab deployment scripts
MIT License
1.18k stars 285 forks source link

AKS On Azure Stack HCI #419

Closed a1tan closed 3 years ago

a1tan commented 3 years ago

Hi, When I try to run AZSHCI and Kubernetes Scenario on an Azure VM(Windows Server 2019), I am getting below error on load balancer setup phase. Is there anything I can do to walk around this one?

image

jaromirk commented 3 years ago

Hi, looks like it is broken in AKS module, not wslab. I need to test it more. Can you create an issue in AKS github?

jaromirk commented 3 years ago

OK, problem on my side. Azure Stack HCI needs to be registered first (this changed after GA), so it can run VMs as HA resources

jaromirk commented 3 years ago

I just fixed it in Dev branch. https://github.com/microsoft/WSLab/tree/dev/Scenarios/AzSHCI%20and%20Kubernetes

jaromirk commented 3 years ago

Merged to master