Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]1.0 kbcli addon install risingwave encountered error: schema missing required key 'replicas' #8461

Closed
tianyue86 opened this issue Nov 15, 2024 · 4 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@tianyue86
Copy link

Describe the env

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. kbcli addon install risingwave
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % kbcli addon install risingwave  --version 1.0.0-alpha.0
addon risingwave installed successfully
error: register cluster chart failed, schema missing required key 'replicas'

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@tianyue86 tianyue86 added the kind/bug Something isn't working label Nov 15, 2024
@wangyelei
Copy link
Contributor

wangyelei commented Nov 15, 2024

image
must include these properties in the values.schema.json

@shanshanying
Copy link
Contributor

Risingwave is a multi-component cluster. we should not put such constraint on cluster charts. it is ambiguous for which component will these values take effects.

@wangyelei
Copy link
Contributor

fixed at apecloud/kbcli#504

@github-actions github-actions bot added this to the Release 0.9.2 milestone Dec 2, 2024
@wangyelei
Copy link
Contributor

use kbcli v1.0.0-beta.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants