Skip to content

Commit 53a612d

Browse files
authored
Merge pull request #101092 from krishnacloud123/patch-1
Update limit-egress-traffic.md
2 parents 346bc21 + 7de5443 commit 53a612d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/limit-egress-traffic.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The following FQDN / application rules are optional but recommended for AKS clus
127127
|--------------------------------------------------------------------------------|---------------|----------|
128128
| **`security.ubuntu.com`, `azure.archive.ubuntu.com`, `changelogs.ubuntu.com`** | **`HTTP:80`** | This address lets the Linux cluster nodes download the required security patches and updates. |
129129

130-
If you choose to block/not allow these FQDNs, the nodes will only receive OS updates when you do a [node image upgrade](node-image-upgrade.md) or [cluster upgrade](upgrade-cluster.md).
130+
If you choose to block/not allow these FQDNs, the nodes will only receive OS updates when you do a [node image upgrade](node-image-upgrade.md) or [cluster upgrade](upgrade-cluster.md). Keep in mind that Node Image Upgrades also come with updated packages including security fixes.
131131

132132
## GPU enabled AKS clusters
133133

@@ -152,6 +152,9 @@ The following FQDN / application rules are required for using Windows Server bas
152152
| **`onegetcdn.azureedge.net, go.microsoft.com`** | **`HTTPS:443`** | To install windows-related binaries |
153153
| **`*.mp.microsoft.com, www.msftconnecttest.com, ctldl.windowsupdate.com`** | **`HTTP:80`** | To install windows-related binaries |
154154

155+
If you choose to block/not allow these FQDNs, the nodes will only receive OS updates when you do a [node image upgrade](node-image-upgrade.md) or [cluster upgrade](upgrade-cluster.md). Keep in mind that Node Image Upgrades also come with updated packages including security fixes.
156+
157+
155158
## AKS addons and integrations
156159

157160
### Microsoft Defender for Containers

0 commit comments

Comments
 (0)