mango

Results 43 comments of mango

Thanks, the comment of kubesphere/website#2155 and the document of [how to uninstall each component](https://kubesphere.io/docs/pluggable-components/uninstall-pluggable-components/) help me a lot. The operation of change the value of `enabled` from `true` to `false`...

> We can define an interface for the component. Such as: > > ```go > type component interface { > install() error > uninstall() error > status() > name() >...

I'd like to tackle it. /assign