LM-Development / aks-sample

Community project providing an undeprecated Microsoft Teams bot sample that runs on Azure Kubernetes Service
https://github.com/LM-Development/aks-sample/tree/main/Samples/PublicSamples/RecordingBot
MIT License
1 stars 0 forks source link

Windows node pools are not supported on kubenet cluster #31

Closed osamabinsaleem closed 1 month ago

osamabinsaleem commented 4 months ago

From the readme file on this page:

You will need a Windows VM Scale Set with more than 2 vCPU. If you deploy the bot to a VM that does not, the bot will not run. Standard_DS3_v2 should be enough to get the bot running.

The docs say that a Windows VM should be created. When you go to create a node pool, windows is disabled by default as shown in the image.

Screenshot 2024-03-05 at 3 27 41 PM
1fabi0 commented 4 months ago

Hey, you need a Systemnodepool first which is requered to be Linux, after that you can add a windows nodepool to the AKS see this for reference