apecloud / kubeblocks

KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
https://kubeblocks.io
GNU Affero General Public License v3.0
2.12k stars 175 forks source link

[Improvement] Distinguish between officially released clusters and experimental clusters #3343

Closed ruijun2002 closed 4 weeks ago

ruijun2002 commented 1 year ago

Some clusters that have not been officially released can be enabled in addon, and these clusters need to be labeled as experimental for users to understand. i.e. weaviate, milvus, qdrant.

kb addon list
NAME                           TYPE   STATUS     EXTRAS         AUTO-INSTALL   AUTO-INSTALLABLE-SELECTOR
weaviate                       Helm   Enabled                   true
redis                          Helm   Enabled                   true
qdrant                         Helm   Enabled                   true
milvus                         Helm   Enabled                   true
mongodb                        Helm   Enabled                   true
apecloud-mysql                 Helm   Enabled                   true
postgresql                     Helm   Enabled                   true
nayutah commented 4 months ago

We can give more tags for the addon

shanshanying commented 4 weeks ago

VERSION field is good enough.