Skip to content

Commit 293ef1a

Browse files
authored
Clarity around Windows and Virtual Node/Kubelet
Virtual Node installation on Portal does not support Windows Server containers.
1 parent 003e73f commit 293ef1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/virtual-nodes-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Virtual Nodes functionality is heavily dependent on ACI's feature set. The follo
6464
* [Host aliases](https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/)
6565
* [Arguments](../container-instances/container-instances-exec.md#restrictions) for exec in ACI
6666
* [DaemonSets](concepts-clusters-workloads.md#statefulsets-and-daemonsets) will not deploy pods to the virtual node
67-
* [Windows Server nodes (currently in preview in AKS)](windows-container-cli.md) are not supported alongside virtual nodes. You can use virtual nodes to schedule Windows Server containers without the need for Windows Server nodes in an AKS cluster.
67+
* [Windows Server nodes (currently in preview in AKS)](windows-container-cli.md) are not supported alongside virtual nodes. You can manually install the open source [Virtual Kubelet ACI provider](https://github.com/virtual-kubelet/azure-aci) to schedule Windows Server containers without the need for Windows Server nodes in an AKS cluster. Visit [ACI's documentation](https://docs.microsoft.com/en-us/azure/container-instances/container-instances-overview#linux-and-windows-containers) to learn more Windows Server containers' preview limitations.
6868

6969
## Sign in to Azure
7070

@@ -241,4 +241,4 @@ Virtual nodes are one component of a scaling solution in AKS. For more informati
241241
[aks-hpa]: tutorial-kubernetes-scale.md
242242
[aks-cluster-autoscaler]: cluster-autoscaler.md
243243
[aks-basic-ingress]: ingress-basic.md
244-
[az-provider-list]: /cli/azure/provider#az-provider-list
244+
[az-provider-list]: /cli/azure/provider#az-provider-list

0 commit comments

Comments
 (0)