vmware-tanzu / tanzu-framework

Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
196 stars 193 forks source link

Plumb Vsphere CPI CLI addon configs to VsphereCPIConfig API #2371

Open shyaamsn opened 2 years ago

shyaamsn commented 2 years ago

CLI has legacy addon configs like ANTREA_TRAFFIC_ENCAP_MODE that is used to create an addon secret. In new Addons APIs since we are using ClusterBootStrap and AddonConfig API we need to plumb the legacy addon configs to new APIs.

Create ClusterBootstrap and AddonConfig API overalys.

HanFa commented 2 years ago

/assign

shivaani0505 commented 2 years ago

Completed via #2717