Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const DEFAULT_OVS_BRIDGE_NAME = 'ovs-br1';
export const DEFAULT_OVS_INTERFACE_NAME = 'ovs-br1';

export const MIN_NUM_INTERFACES_FOR_BOND = 2;
export const NUM_INTERFACES_FOR_SINGLE_INTERFACE_UPLINK = 1;
export const NUM_INTERFACES_FOR_SINGLE_INTERFACE_UPLINK = 2;

export const WORKER_NODE_LABEL = 'node-role.kubernetes.io/worker';