-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for adding Windows Server node pool with containerd in azurerm_kubernetes_cluster_node_pool #15137
Comments
@sossickd , thank you for opening this issue. Do you think this issue could be duplicate with issue 6793? If so, would you mind if we close this issue and instead you could subscribe to issue 6793? |
Thanks for the quick reply @mybayern1974 having read through issue 6793 this would enable this feature. I will close this issue and subscribe. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Beginning in Kubernetes version 1.20 and greater, you can specify containerd as the container runtime for Windows Server 2019 node pools. From Kubernetes 1.23, containerd will be the default container runtime for Windows. Docker support will be deprecated in Kubernetes 1.24.
This can be enabled by adding the following parameter
--aks-custom-headers WindowsContainerRuntime=containerd
when creating a Windows node pool.For more information visit here
This feature will give AKS cluster operators the ability to start testing Windows workloads on a node pool running the containerd runtime ahead of Docker being removed in Kubernetes 1.24.
New or Affected Resource(s)
Potential Terraform Configuration
There would need to be some validation to ensure
os_type
is set toWindows
and that the Kubernetes version is between1.20.x and 1.23.x
.If
Null
flag would be omitted.References
The text was updated successfully, but these errors were encountered: