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
Add a ValidatingAdmissionPolicy blocking v1.multus-cni.io/default-network updates
It is not allowed to modify the v1.multus-cni.io/default-network once the pod was created.
The added ValidatingAdmissionPolicy applies to environments with PreconfiguredUDNAddresses featuregate enabled.
Signed-off-by: Patryk Diak <[email protected]>
- expression: "('v1.multus-cni.io/default-network' in oldObject.metadata.annotations) == ('v1.multus-cni.io/default-network' in object.metadata.annotations)"
16
+
message: "The 'v1.multus-cni.io/default-network' annotation cannot be changed after the pod was created"
0 commit comments