Skip to content

Commit 058fe92

Browse files
authored
add aks addon update faq
1 parent 374062b commit 058fe92

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
@@ -289,6 +289,10 @@ FIPS-enabled nodes are currently are now Generally Available on Linux-based node
289289
290290
AKS doesn't apply Network Security Groups (NSGs) to its subnet and will not modify any of the NSGs associated with that subnet. AKS will only modify the NSGs at the NIC level. If you're using CNI, you also must ensure the security rules in the NSGs allow traffic between the node and pod CIDR ranges. If you're using kubenet, you also must ensure the security rules in the NSGs allow traffic between the node and pod CIDR. For more details, see [Network security groups](concepts-network.md#network-security-groups).
291291
292+
## How are AKS addons updated?
293+
294+
Any patch, including security patches are automatically applied to the AKS cluster. For anything bigger than a patch, like major or minor version changes (which can have breaking changes to your deployed objects) are 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).
295+
292296
<!-- LINKS - internal -->
293297
294298
[aks-upgrade]: ./upgrade-cluster.md

0 commit comments

Comments
 (0)