kubebb / components

Official verified components/repositories
Apache License 2.0
4 stars 12 forks source link

Should we place u4a & cluster-component under kubebb as the dependencies? #166

Open bjwswang opened 8 months ago

bjwswang commented 8 months ago

Now it's too complicated to deploy kubebb.User must download 3 charts for it. IMO,we can treate u4a,cluster-component,kubebb-core as one.

- charts/kubebb
    -  charts
       - cluster-component  
       - u4a
     - templates
     - Chart.lock
     - Chart.yaml

@nkwangleiGIT @Abirdcfly @0xff-dev Any thoughts?

0xff-dev commented 8 months ago

u4a can only be deployed under the namespace u4a-system, so it cannot be used as a subchart for kubebb-core.

bjwswang commented 8 months ago

@bobsongplus any comments? can we use one ns for kubebb and u4a?