We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug failed to find default cluster version referencing cluster definition mongodb.
kbcli version Kubernetes: v1.26.3 KubeBlocks: 0.8.0-alpha.11 kbcli: 0.8.0-alpha.11
To Reproduce Steps to reproduce the behavior:
➜ ~ kbcli cluster create mongodb error: failed to find default cluster version referencing cluster definition mongodb
Expected behavior create mongodb success.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
mongodb addon missing the default CV by https://github.com/apecloud/kubeblocks-addons/pull/46/files
Should add follow annotation for default CV:
annotations: kubeblocks.io/is-default-cluster-version: "true"
Sorry, something went wrong.
xuriwuyun
Successfully merging a pull request may close this issue.
Describe the bug
failed to find default cluster version referencing cluster definition mongodb.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
create mongodb success.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: