← Package directory
Available on winget

Install AKS Engine - Units of Kubernetes on Azure Stack Hub

Self-managed Kubernetes cluster provisioning on Azure

Install with winget
winget install --id Microsoft.Azure.aks-engine-azurestack
Upgrade
winget upgrade --id Microsoft.Azure.aks-engine-azurestack
Uninstall
winget uninstall --id Microsoft.Azure.aks-engine-azurestack

About AKS Engine - Units of Kubernetes on Azure Stack Hub

Self-managed Kubernetes cluster provisioning on Azure

What's new in 0.80.3

Attention! Notable changes in this release: - The chrony daemon on a Linux node may fail to restart with error message: "Could not open /dev/ptp_hyperv: No such file or directory". The workaround for this issue is to manually reboot the affected Linux nodes. This operation will regenerate the /dev/ptp_hyperv symlink and allow the chrony daemon to restart successfully. - The control-plane nodes' taint has been changed from node-role.kubernetes.io/master to node-role.kubernetes.io/control-plane, requiring users to update tolerations in their applications to schedule pods on these nodes. Example: tolerations: - key: node-role.kubernetes.io/control-plane operator: "Exists" effect: NoSchedule - Use the new AzureDisk CSI Driver v1.29.1 for k8s v1.28+. Use AzureDisk CSI Driver v1.28.3 for k8s v1.27. Use AzureDisk CSI Driver v1.26.5 for k8s v1.26. - See Azure Disk CSI Driver: Version Mapping for more details. v0.80.3 - 2025-02-06 Bug Fixes 🐞 - Update Chrony Service Config (#288) Maintenance πŸ”§ - update change log for v0.80.2 - grant github action bot proper write permission (#233) - update the change log for v0.80.2 Please report any issues here: https://github.com/Azure/aks-engine-azurestack/issues/new

Read release notes

Version history

Version Updated Notes
0.80.3 Unknown Attention! Notable changes in this release: - The chrony daemon on a Linux node may fail to restart with error message: "Could not open /dev/ptp_hyperv: No such file or directory". The workaround for this issue is to man...
0.78.0 Unknown [v0.78.0] - 2023-09-06 Documentation πŸ“˜ - Azure Stack Hub doc update for v0.77.0 (#173) Maintenance πŸ”§ - update Linux and Windows VHDs for August 2023 (#181) - include Windows Server August 2023 patches (#180) - upgrade Wi...
0.77.0 Unknown [v0.77.0] - 2023-07-26 Bug Fixes 🐞 - update WindowsContainerdURL during upgrade and scale (#167) - disable powershell progress bar during ssh to collect windows logs (#166) - stop collecting docker engine logs for Window...
0.76.0 Unknown No notes