Azure / Azure/PSRule.Rules.Azure
Update Azure.AKS.Version to detect when AKS LTS is used
Open
help wanted
pillar: reliability
rule: azure-kubernetes-service
- Dominant language
- PowerShell
- Stars
- 447
- Forks
- 109
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 23
Description
### Existing rule
Azure.AKS.Version
### Suggested rule
Update the rule to support handling for LTS version 1.27 when paid premium plan is active on a cluster.
In the future, `Azure.AKS.Version` would start failing if `AZURE_AKS_CLUSTER_MINIMUM_VERSION` is newer then `1.27.x`.
However, if the cluster has a premium SKU then this is still supported.
### Pillar
Reliability
### Additional context
- [Long Term Support (LTS)](https://learn.microsoft.com/azure/aks/supported-kubernetes-version#long-term-support-lts)
Contributor guide
Assessment
This issue has not been assessed yet.