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
This change introduces a mechanism to provide hidden or experimental
configuration to OVN-Kubernetes through a ConfigMap. This provides a
flexible way to enable advanced or experimental OVN-Kubernetes
features without modifying the CNO API.
A new ConfigMap 'ovn-kubernetes-config-overrides', is now read by
the operator during the bootstrap process. The key-value data from
this ConfigMap is passed down to the OVN-K components.
As an initial implementation, this is used to support the
flag 'udn-isolation-mode' which is to enable user to select the UDN
isolation mode between 'loose' and 'strict'. If unset, the default
mode is 'strict'.
Signed-off-by: Peng Liu <[email protected]>
0 commit comments