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] KubeBlocks 0.8.4 Crashes After Updating SVC to Existing Clusters. #8802

Closed
dingshun-cmss opened this issue Jan 14, 2025 · 1 comment · Fixed by #8803, #8819 or #8820
Closed

[BUG] KubeBlocks 0.8.4 Crashes After Updating SVC to Existing Clusters. #8802

dingshun-cmss opened this issue Jan 14, 2025 · 1 comment · Fixed by #8803, #8819 or #8820
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@dingshun-cmss
Copy link
Contributor

Describe the Bug

For an existing KubeBlocks Add-On, we added a sidecar container to one of the components in the ClusterDefinition. After upgrading the add-on using Helm, the KubeBlocks Pod started crashing continuously.

Steps to Reproduce

To reproduce the behavior in a KubeBlocks 0.8.4 environment:

  1. Install the initial version of the KubeBlocks add-on.
  2. Create a cluster using this add-on.
  3. Modify the KubeBlocks add-on by adding a sidecar container with specific configurations and startup scripts.
  4. Use helm upgrade to upgrade the modified KubeBlocks add-on.
  5. Check the status of the KubeBlocks operator Pods. The operator Pod will crash continuously.

Expected Behavior

The KubeBlocks operator should continue to operate normally after the upgrade.

Screenshots

Here is a screenshot of the crash:
0715de2210b2b533d7f944a888c4771

Additional Context

  • KubeBlocks Version: 0.8.4
@shanshanying
Copy link
Contributor

shanshanying commented Jan 14, 2025

@leon-inf PTAL.

And they modified SVC CR with one more port.

@shanshanying shanshanying added this to the Release 0.8.5 milestone Jan 14, 2025
@leon-inf leon-inf linked a pull request Jan 14, 2025 that will close this issue
@github-actions github-actions bot modified the milestones: Release 0.8.5, Release 0.9.3 Jan 14, 2025
@leon-inf leon-inf linked a pull request Jan 17, 2025 that will close this issue
@shanshanying shanshanying changed the title [BUG] KubeBlocks 0.8.4 Crashes After Adding a Container to an Existing Add-On [BUG] KubeBlocks 0.8.4 Crashes After Updating SVC to Existing Clusters. Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment