Skip to content

Commit 79452c4

Browse files
Merge pull request #261304 from asudbring/kubenet-note-css-case
Added note to article about IP address behavior from a CSS request.
2 parents 4f0fbc9 + 5472a17 commit 79452c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/configure-kubenet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ With *Azure CNI*, each pod receives an IP address in the IP subnet and can commu
5959
* [Windows node pools](./windows-faq.md)
6060
* [Virtual nodes add-on](virtual-nodes.md#network-requirements)
6161

62+
> [!NOTE]
63+
> Some of the system pods such as **konnectivity** within the cluster use the host node IP address rather than an IP from the overlay address space. The system pods will only use the node IP and not an IP address from the virtual network.
64+
6265
### IP address availability and exhaustion
6366

6467
A common issue with *Azure CNI* is that the assigned IP address range is too small to then add more nodes when you scale or upgrade a cluster. The network team also might not be able to issue a large enough IP address range to support your expected application demands.

0 commit comments

Comments
 (0)