Skip to content

Commit 0089ed1

Browse files
Merge pull request #217208 from mattstam/mattstam/kube-proxy-ipvs-limit
kube-proxy configuration NPM limitation
2 parents 76a1629 + 32d1c7d commit 0089ed1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/aks/configure-kube-proxy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Configure your cluster using `az aks update` and pass in the configuration file:
116116
az aks update -g <resourceGroup> -n <clusterName> --kube-proxy-config kube-proxy.json
117117
```
118118

119+
### Limitations
120+
121+
When using kube-proxy IPVS, the following restrictions apply:
122+
123+
- Azure Network Policy is not supported.
124+
119125
## Next steps
120126

121127
Learn more about utilizing the Standard Load Balancer for inbound traffic at the [AKS Standard Load Balancer documentation](load-balancer-standard.md).

0 commit comments

Comments
 (0)