You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/configure-kube-proxy.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,12 @@ Configure your cluster using `az aks update` and pass in the configuration file:
116
116
az aks update -g <resourceGroup> -n <clusterName> --kube-proxy-config kube-proxy.json
117
117
```
118
118
119
+
### Limitations
120
+
121
+
When using kube-proxy IPVS, the following restrictions apply:
122
+
123
+
- Azure Network Policy is not supported.
124
+
119
125
## Next steps
120
126
121
127
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