Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Extend AntreaConfig to Support Antrea-NSX Registration Workflow #3816

Closed
wants to merge 2 commits into from

Commits on Dec 9, 2022

  1. extend antreaconfig crd to support antreaNsx

    This patch extends antreaConfig to support antreaNsx, once antreaNsx is enabled in antreaConfig, addon controller will
    1. create nsxServiceAccount
    2. create providerServiceAccount
    3. update values.yaml in xxxx-antrea-package secret with antreaNsx enabled
    
    upon the workload cluster is deleted, addon controller will
    1. delete nsxServiceAccount
    2. delete providerServiceAccount
    3. delete xxxx-antrea-package secret
    
    Signed-off-by: Bin Liu <[email protected]>
    liu4480 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b1e0aa2 View commit details
    Browse the repository at this point in the history
  2. make antreaConfig structs public

    Signed-off-by: Bin Liu <[email protected]>
    liu4480 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4713aed View commit details
    Browse the repository at this point in the history