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 CRD is introduced to notify the OpFlex agent from Host agent
to adjusts the frequency of the tunnel endpoint advertisement
timer accordingly.
config to create the CRD and enable the functionality:
---
kube_config:
proactive_conf: True # Default is False
(cherry picked from commit 3e94d46)
(cherry picked from commit 8f3fbb7)
Copy file name to clipboardExpand all lines: provision/acc_provision/templates/provision-config.yaml
+2-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,8 @@ registry:
159
159
# add_external_contract_to_default_epg: True # override if needed, default is False
160
160
# apic_connection_retry_limit: 5 # number of times the controller tries to communicate with APIC before switching to next APIC if unsuccessful, default is 5
161
161
# taint_not_ready_node: True # default is False, set to True if you want to make the node in not ready state unschedulable till the host agent initalization is complete.
162
-
# unknown_mac_unicast_action: "flood" # override if needed, default is "proxy"
162
+
# unknown_mac_unicast_action: "flood" # override if needed, default is "proxy"
163
+
# proactive_conf: True # default is False, set to True to enable proactive configuration
0 commit comments