Skip to content

Commit e7c37cc

Browse files
authored
Merge pull request #1992 from dlipovetsky/book-aks-patch-version-warning
book: Warn about AKS-specific Kubernetes version requirements
2 parents 4305550 + d9630be commit e7c37cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ See the [flavors documentation][flavors_doc] to know which cluster templates are
2727

2828
## Support Policy
2929

30+
### Cluster API Versions
31+
3032
This provider's versions are compatible with the following versions of Cluster API:
3133

3234
| | Cluster API `v1alpha3` (`v0.3.x`) | Cluster API `v1alpha4` (`v0.4.x`) | Cluster API `v1beta1` (`v1.0.x`) |
@@ -35,6 +37,8 @@ This provider's versions are compatible with the following versions of Cluster A
3537
|Azure Provider `v0.5.x` | || |
3638
|Azure Provider `v1.0.x` | | ||
3739

40+
### Kubernetes Versions
41+
3842
This provider's versions are able to install and manage the following versions of Kubernetes:
3943

4044
| | Azure Provider `v0.4.x` | Azure Provider `v0.5.x` | Azure Provider `v1.0.x` |
@@ -47,6 +51,10 @@ This provider's versions are able to install and manage the following versions o
4751
| Kubernetes 1.21 ||||
4852
| Kubernetes 1.22 | |||
4953

54+
#### Managed Clusters (AKS)
55+
56+
Managed Clusters (AKS) follow their own [Kubernetes version support policy](https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#kubernetes-version-support-policy). Please use the Azure portal or CLI to [find the versions supported in your cluster's location](https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#azure-portal-and-cli-versions).
57+
5058
For more information on Kubernetes version support, see the [Cluster API book](https://cluster-api.sigs.k8s.io/reference/versions.html).
5159

5260
------

0 commit comments

Comments
 (0)