From 21d2ebc2e85a785afdb1e8cb88ec57ac6217ab25 Mon Sep 17 00:00:00 2001 From: Timo Beckers Date: Tue, 22 Dec 2020 17:33:43 +0100 Subject: [PATCH] Documentation: warn for disconnected Pods when deploying Azure IPAM Signed-off-by: Timo Beckers --- Documentation/gettingstarted/k8s-install-azure.rst | 5 +++++ Documentation/gettingstarted/kubeproxy-free.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Documentation/gettingstarted/k8s-install-azure.rst b/Documentation/gettingstarted/k8s-install-azure.rst index d5ff8a13a80b2..54330914022fd 100644 --- a/Documentation/gettingstarted/k8s-install-azure.rst +++ b/Documentation/gettingstarted/k8s-install-azure.rst @@ -77,6 +77,11 @@ Deploy Cilium Deploy Cilium release via Helm: +.. warning:: + Deploying Cilium with ``azure.enabled=true`` will disconnect all running Pods + in the cluster that were scheduled using the default ``azure-vnet`` CNI plugin. + We aim to remove this limitation before moving Azure IPAM out of Beta. + .. parsed-literal:: helm install cilium |CHART_RELEASE| \\ diff --git a/Documentation/gettingstarted/kubeproxy-free.rst b/Documentation/gettingstarted/kubeproxy-free.rst index a3570e11227f3..10dfa8ba90c32 100644 --- a/Documentation/gettingstarted/kubeproxy-free.rst +++ b/Documentation/gettingstarted/kubeproxy-free.rst @@ -760,6 +760,11 @@ NodePort XDP requires Cilium to run in direct routing mode (``tunnel=disabled``) It is recommended to use Azure IPAM for the pod IP address allocation, which will automatically configure your virtual network to route pod traffic correctly: +.. warning:: + Deploying Cilium with ``azure.enabled=true`` will disconnect all running Pods + in the cluster that were scheduled using the default ``azure-vnet`` CNI plugin. + We aim to remove this limitation before moving Azure IPAM out of Beta. + .. parsed-literal:: helm install cilium |CHART_RELEASE| \\