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] cluster creation error when serviceVersion is not set in ComponentDefinition #7414

Closed
cjc7373 opened this issue May 23, 2024 · 0 comments · Fixed by #7415
Closed

[BUG] cluster creation error when serviceVersion is not set in ComponentDefinition #7414

cjc7373 opened this issue May 23, 2024 · 0 comments · Fixed by #7415
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@cjc7373
Copy link
Contributor

cjc7373 commented May 23, 2024

Describe the bug
serviceVersion field in component definition is said to be optional. However, when I omit this field in component definition, cluster creation failed with the following error:
image

To Reproduce
Steps to reproduce the behavior:

  1. Using tidb addon in feat: tidb addon revamp kubeblocks-addons#482
  2. delete serviceVersion field in pd's component definition
  3. create cluster
  4. See error
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.

2 participants