openyurtio / yurt-edgex-manager

yurt-edgex-manager is an operator for managing EdgeX lifecycle(including deploy, delete, update) in OpenYurt cluster.
Apache License 2.0
18 stars 24 forks source link

[EdgeX Auto-Collector] Modify CRD to give users the option to deploy a secure or insecure version of edgex #67

Closed LavenderQAQ closed 1 year ago

LavenderQAQ commented 1 year ago

What would you like to be added: The crd needs to be modified so that the user has a field to choose which edgex to deploy. The function of identifying the component responsible for the security module is #66, so this issue will have to wait for that issue to complete. Note that changes to the crd require corresponding changes to the controller section of the code. So this issue also need to wait for #62.

Why is this needed: Refer to EdgeX Auto-colllector Proposal

others /kind feature

LavenderQAQ commented 1 year ago

This issue already finished by pr #81