Skip to content

chore: optimize production deployment#1024

Closed
iziang wants to merge 4 commits into
mainfrom
support/production-deployment
Closed

chore: optimize production deployment#1024
iziang wants to merge 4 commits into
mainfrom
support/production-deployment

Conversation

@iziang

@iziang iziang commented Jul 3, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@apecloud-bot apecloud-bot added the size/M Denotes a PR that changes 30-99 lines. label Jul 3, 2025
- Enhanced the installation process for Elasticsearch, PostgreSQL, Redis, MongoDB, and Qdrant addons in 01-prepare.sh.
- Removed the uninstallation logic from 04-cleanup.sh and replaced it with a single command in uninstall-kubeblocks.sh for streamlined KubeBlocks uninstallation.
@apecloud-bot apecloud-bot added size/L Denotes a PR that changes 100-499 lines. and removed size/M Denotes a PR that changes 30-99 lines. labels Jul 3, 2025
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Installation Script Ignores Version Variable

The kbcli installation command hardcodes version "0.9.4" instead of using the KB_VERSION variable. This creates a potential version mismatch between the kbcli tool and the installed KubeBlocks, leading to compatibility issues and requiring manual updates when KB_VERSION changes.

deploy/databases/install-kubeblocks.sh#L16-L17

else
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s 0.9.4

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@iziang iziang closed this Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/L Denotes a PR that changes 100-499 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants