Open huiwq1990 opened 2 years ago
1)If I want to deploy multi edgex instaces in same namespace,
yurt-edgex-manager
generate solid uniteddeployments, likeedgex-core-consul
. Could we generate uniteddeployments with nodepool name as prefix? 3) yurt-edgex-manager use EdgeXConfig as template, if deploy multi instances, error occur as below: In our design, now we only support one instance in a nodepool. so this will not support.2) Config crd edgex is too complex , if I want add a ui component, I need write complex yamls. As a demo below: The additional component of edgex, is complicate, we feel the same it about it, we could enhance the config of additional component.
This first one should fixed by set the ud nodepool patch field. This second one track by #32
1)If I want to deploy multi edgex instaces in same namespace,
yurt-edgex-manager
generate solid uniteddeployments, likeedgex-core-consul
. Could we generate uniteddeployments with nodepool name as prefix? 2) Config crd edgex is too complex , if I want add a ui component, I need write complex yamls. As a demo below:3)
yurt-edgex-manager
useEdgeXConfig
as template, if deploy multi instances, error occur as below:Could we use helm as template render, and user can custom select deploy which component and set component values.