kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

kubebb/core should be stateless which do not requires a storage #334

Closed bjwswang closed 12 months ago

bjwswang commented 12 months ago

kubebb/core should work even when user do not have a storage service. Besides when core operator restart, all functionalities should work.

bjwswang commented 12 months ago

@Abirdcfly Please double check the consequences if no storage provided in kubebb/core.

Abirdcfly commented 12 months ago

If no storage is provided, all cache will store in default helm storage path. when operator restart, helm repo add helm repo update and other opration will do once again.

bjwswang commented 12 months ago

Bugs when do not provide storage https://github.com/kubebb/core/issues/335

bjwswang commented 12 months ago

Fixed by https://github.com/kubebb/components/pull/118