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 support for --disable-requestedchassis flag in ovnkube controller
This commit adds conditional logic to pass the --disable-requestedchassis
flag to the ovnkube controller when the ovn_disable_requestedchassis
environment variable is set to "true".
The flag is added to the ovnkube-controller-with-node function in
dist/images/ovnkube.sh, following the same pattern as other similar
configuration flags like --enable-stateless-netpol.
This flag is extremely useful when ovnkube is running in DPU mode
since its chassis name will differ from the hostname of the DPU host.
Signed-off-by: Alin Serdean <[email protected]>
0 commit comments