noironetworks / acc-provision

Tool for provisioning Cisco ACI APIC to integrate with Container Orchestration systems, and generating CNI Plugin Containers' deployment configuration.
Apache License 2.0
23 stars 14 forks source link

Add ProactiveConf CRD and proactive_conf flag #1188

Open smshareef opened 2 months ago

smshareef commented 2 months ago

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 3e94d4694aae2d671c90847a6b5d5c39b449d417)