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.13k stars 176 forks source link

[BUG]1.0 some addons are installed successfully but register cluster chart failed #8450

Open tianyue86 opened 11 hours ago

tianyue86 commented 11 hours ago

Describe the bug

Kubernetes: v1.30.4-eks-a737599
KubeBlocks: 1.0.0-beta.1
kbcli: 1.0.0-alpha.1

To Reproduce Steps to reproduce the behavior:

  1. some addons are installed successfully but register cluster chart failed tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kbcli addon install milvus --version 1.0.0-alpha.0 addon milvus installed successfully error: register cluster chart of milvus failed, schema of the chart doesn't exist tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kbcli addon install nebula --version 1.0.0-alpha.0 addon nebula installed successfully error: register cluster chart of nebula failed, schema of the chart doesn't exist tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kbcli addon install tidb --version 1.0.0-alpha.0 addon tidb installed successfully error: register cluster chart of tidb failed, schema of the chart doesn't exist

Expected behavior tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kbcli addon install neon --version 1.0.0-alpha.0 addon neon installed successfully cluster type "neon" register successful. Use "kbcli cluster create neon" to create a neon cluster%

shanshanying commented 11 hours ago

missing value.schema.json files in these cluster charts. Will add.