Azure / aksArc

# Welcome to the Azure Kubernetes Service on Azure Stack HCI repo This is where the AKS-HCI team will track features and issues with AKS-HCI. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS-HCI!
MIT License
109 stars 45 forks source link

[BUG] Windows node pools are deployed but not registered in AKS Management plane #346

Open The-TeQnician opened 1 year ago

The-TeQnician commented 1 year ago

Describe the bug When deploying an Hybrid AKS clusters with both Linux and Windows Workers the cluster is successfully deployed. But when we look at the available nodes in side the kubernetes cluster we only see Linux nodes and no windows nodes.

To Reproduce Steps to reproduce the behavior:

  1. Go to Azure portal and deploy an Hybrid AKS cluster.
  2. In the node pools pane add a node pool and choose Windows.
  3. Complete the wizard and wait for the deployment to complete.
  4. Run az hybridaks proxy to connect to the AKS cluster.
  5. Run "kubectl get nodes" to discover only the linux nodes and management pane are available and the windows workers not.

Expected behavior I expected the windows workers to be registered during the deployment so windows containers can also be deployed.

Screenshots image image Inkedcli

Environment (please complete the following information):

Additional context This environment is used with both VM Self Service and AKS Hybrid.