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] kbcli create mongodb cluster error #8442

Closed
JashBook opened this issue Nov 12, 2024 · 1 comment · Fixed by apecloud/kubeblocks-addons#1204
Closed

[BUG] kbcli create mongodb cluster error #8442

JashBook opened this issue Nov 12, 2024 · 1 comment · Fixed by apecloud/kubeblocks-addons#1204
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@JashBook
Copy link
Collaborator

Describe the bug

kbcli version
Kubernetes: v1.22.15-aliyunedge.1
KubeBlocks: 0.9.1
kbcli: 0.9.1

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error
➜  ~ kbcli cluster create mongodb mongodb-cluster --storage=20 --cpu=1 --memory=2 --termination-policy WipeOut --namespace kubeblocks-ens                 
error: values don't meet the specifications of the schema(s) in the following chart(s):
mongodb-cluster:
- version: version must be one of the following: "7.0.12", "6.0.16", "5.0.28", "4.4.29", "4.2.24", "4.0.28"
➜  ~ 
➜  ~ kbcli cluster create mongodb mongodb-cluster --storage=20 --cpu=1 --memory=2 --termination-policy WipeOut --namespace kubeblocks-ens --version "6.0.16"
error: cluster version "6.0.16" does not exist

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.

@JashBook JashBook added the kind/bug Something isn't working label Nov 12, 2024
@JashBook JashBook added this to the Release 0.9.2 milestone Nov 12, 2024
@shuoshadow
Copy link

I have the same problem

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

Successfully merging a pull request may close this issue.

3 participants