Skip to content

Commit

Permalink
Add important limitation to SecondaryNetwork document (#6042)
Browse files Browse the repository at this point in the history
At the moment, we do not support annotation update / deletion for
`k8s.v1.cni.cncf.io/networks`.

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Mar 1, 2024
1 parent bb62300 commit 3056356
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/secondary-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

0 comments on commit 3056356

Please sign in to comment.