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/azure-cni-overlay.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Azure CNI Overlay has the following limitations:
96
96
97
97
- You can't use Application Gateway as an Ingress Controller (AGIC) for an overlay cluster.
98
98
- Windows Server 2019 node pools are not supported for overlay.
99
-
- Traffic from host network pods are not able to reach Windows overlay pods
99
+
- Traffic from host network pods is not able to reach Windows overlay pods.
100
100
101
101
## Install the aks-preview Azure CLI extension
102
102
@@ -155,7 +155,7 @@ You can update an existing Azure CNI cluster to Overlay if the cluster meets cer
155
155
-**not** have network policies enabled
156
156
-**not** be using any Windows node pools with docker as the container runtime
157
157
158
-
The upgrade process will trigger each nodepool to be re-imaged simultaneously (i.e. upgrading each node pool separately to overlay is not supported). Any disruptions to cluster networking will be similar to a node image upgrade or Kubernetes version upgrade where each node in a nodepool is re-imaged.
158
+
The upgrade process will trigger each node pool to be re-imaged simultaneously (i.e. upgrading each node pool separately to overlay is not supported). Any disruptions to cluster networking will be similar to a node image upgrade or Kubernetes version upgrade where each node in a node pool is re-imaged.
159
159
160
160
> [!WARNING]
161
161
> Due to the limitation around Windows overlay pods incorrectly SNATing packets from host network pods, this has a more detrimental effect for clusters upgrading to overlay.
0 commit comments