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] Update container args in ClusterDefinition does not take effect #3929

Closed
yimeisun opened this issue Jun 25, 2023 · 0 comments
Closed
Assignees
Labels
bug kind/bug Something isn't working
Milestone

Comments

@yimeisun
Copy link
Contributor

Describe the bug
User creates cluster with container args '2d' in clusterdefinition first, and update the container args with '3d' , but the args does not take effect.

To Reproduce

  1. cd kubeblocks
  2. make manifests && make generate && make install
  3. start kubeblocks with IDE
  4. cd deploy/prometheus-cluster && helm dependency build
  5. helm upgrade --install kb-addon-prometheus . --set="nameOverride=playground,prometheus.server.retention=2d"
  6. helm upgrade --install kb-addon-prometheus . --set="nameOverride=playground,prometheus.server.retention=3d"

Expected behavior
After step 5), the args in created cluster prometheus is 2d,
After step 6), the args in created cluster prometheus is 3d.

@yimeisun yimeisun added the kind/bug Something isn't working label Jun 25, 2023
@github-actions github-actions bot added this to the Release 0.7.0 milestone Sep 27, 2023
@JashBook JashBook removed this from the Release 0.7.0 milestone Oct 8, 2023
@nayutah nayutah closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
@github-actions github-actions bot added this to the Release 0.8.4 milestone Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants