Skip to content

Commit

Permalink
doc: Add a note about k8s version upgrades for AKS
Browse files Browse the repository at this point in the history
  • Loading branch information
happyRip committed May 13, 2024
1 parent cf0726e commit 1e84da4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ $ terraform apply -var='is-db-migrate=true' -var='noc-db-migrate=true'
```

{{</ note >}}

## Kubernetes version upgrade

AKS Kubernetes version upgrades have to be performed sequentially for each minor version. For example to upgrade from `1.25` to `1.27` it's necessary to upgrade to version `1.26` first as an intermediate step. For more information refer to the [official documentation](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions).

0 comments on commit 1e84da4

Please sign in to comment.