Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ProactiveConf CRD and proactive_conf flag #1188

Open
wants to merge 2 commits into
base: mmr-6.1.1
Choose a base branch
from

Commits on Sep 4, 2024

  1. Add ProactiveConf CRD and proactive_conf flag

    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)
    smshareef committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8f3fbb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Add validation for ProactiveConf name

    (cherry picked from commit d41dd18)
    smshareef committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8e4242c View commit details
    Browse the repository at this point in the history