Skip to content
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

Add new OSSKU "WindowsAnnual" for AKS Windows Annual Channel feature #26120

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6247,7 +6247,8 @@
"Mariner",
"AzureLinux",
"Windows2019",
"Windows2022"
"Windows2022",
"WindowsAnnual"
],
"x-ms-enum": {
"name": "OSSKU",
Expand Down Expand Up @@ -6276,6 +6277,10 @@
{
"value": "Windows2022",
"description": "Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa."
},
{
"value": "WindowsAnnual",
"description": "Use Windows Annual Channel version as the OS for node images. Unsupported for system node pools. Details about supported container images and kubernetes versions under different AKS Annual Channel versions could be seen in https://aka.ms/aks/windows-annual-channel-details."
}
]
},
Expand Down