Skip to content

Commit aa0dc70

Browse files
authored
Merge pull request #88966 from PixelRobots/rh-faq-update
add aks addon update faq
2 parents dc00033 + a58f7c9 commit aa0dc70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ AKS doesn't apply Network Security Groups (NSGs) to its subnet and doesn't modif
305305
306306
AKS nodes run the "chrony" service which pulls time from the localhost. Containers running on pods get the time from the AKS nodes. Applications launched inside a container use time from the container of the pod.
307307
308+
## How are AKS addons updated?
309+
310+
Any patch, including security patches, is automatically applied to the AKS cluster. Anything bigger than a patch, like major or minor version changes (which can have breaking changes to your deployed objects), is updated when you update your cluster if a new release is available. You can find when a new release is available by visiting the [AKS release notes](https://github.com/Azure/AKS/releases).
311+
308312
<!-- LINKS - internal -->
309313
310314
[aks-upgrade]: ./upgrade-cluster.md

0 commit comments

Comments
 (0)