Skip to content

Commit 50f6f0b

Browse files
author
Will Daly
committed
try adding extension
1 parent a7c3ef7 commit 50f6f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-cni-powered-by-cilium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ az aks create -n <clusterName> -g <resourceGroupName> -l <location> \
115115
> [!NOTE]
116116
> You can update an existing cluster to Azure CNI Powered by Cilium if the cluster meets the following criteria:
117117
>
118-
> - The cluster uses either [Azure CNI Overlay](./azure-cni-overlay.md) or [Azure CNI with dynamic IP allocation](./configure-azure-cni-dynamic-ip-allocation.md). This does **not** include [Azure CNI](./configure-azure-cni).
118+
> - The cluster uses either [Azure CNI Overlay](./azure-cni-overlay.md) or [Azure CNI with dynamic IP allocation](./configure-azure-cni-dynamic-ip-allocation.md). This does **not** include [Azure CNI](./configure-azure-cni.md).
119119
> - The cluster does not have Azure NPM or Calico enabled.
120120
> - The cluster does not have any Windows node pools.
121121
122-
The upgrade process triggers each node pool to be re-imaged simultaneously. Upgrading each node pool separately isn't supported. Any disruptions to cluster networking are similar to a node image upgrade or [Kubernetes version upgrade](./upgrade-cluster) where each node in a node pool is re-imaged.
122+
The upgrade process triggers each node pool to be re-imaged simultaneously. Upgrading each node pool separately isn't supported. Any disruptions to cluster networking are similar to a node image upgrade or [Kubernetes version upgrade](./upgrade-cluster.md) where each node in a node pool is re-imaged.
123123

124124
Cilium will begin enforcing network policies only after all nodes have been re-imaged.
125125

0 commit comments

Comments
 (0)