From 54105092d4c5d14ed73e52e1d50e16a348283f26 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 29 Feb 2024 19:13:17 -0800 Subject: [PATCH] Add important limitation to SecondaryNetwork document At the moment, we do not support annotation update / deletion for `k8s.v1.cni.cncf.io/networks`. Signed-off-by: Antonin Bas --- docs/secondary-network.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/secondary-network.md b/docs/secondary-network.md index 6ed5c2126d6..8b8d122d198 100644 --- a/docs/secondary-network.md +++ b/docs/secondary-network.md @@ -165,3 +165,8 @@ spec: - name: toolbox image: antrea/toolbox:latest ``` + +**At the moment, we do NOT support annotation update / removal: when the + annotation is added to the Pod for the first time (e.g., when creating the + Pod), we will configure the secondary network interfaces accordingly, and no + change is possible after that, until the Pod is deleted.**