You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to Azure portal and deploy an Hybrid AKS cluster.
In the node pools pane add a node pool and choose Windows.
Complete the wizard and wait for the deployment to complete.
Run az hybridaks proxy to connect to the AKS cluster.
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
Environment (please complete the following information):
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:
Expected behavior
I expected the windows workers to be registered during the deployment so windows containers can also be deployed.
Screenshots
Environment (please complete the following information):
"azure-cli-core": "2.46.0",
"azure-cli-telemetry": "1.0.8",
"extensions": {
"arcappliance": "0.2.30",
"azurestackhci": "0.2.6",
"customlocation": "0.1.3",
"hybridaks": "0.2.1",
"k8s-extension": "1.4.0"
}
Additional context
This environment is used with both VM Self Service and AKS Hybrid.
The text was updated successfully, but these errors were encountered: