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

docs: merge installation docs #8499

Merged
merged 8 commits into from
Nov 28, 2024
Merged

Conversation

michelle-0808
Copy link
Contributor

No description provided.

@michelle-0808 michelle-0808 self-assigned this Nov 21, 2024
@github-actions github-actions bot added the size/XXL Denotes a PR that changes 1000+ lines. label Nov 21, 2024
@@ -16,26 +16,57 @@ Uninstallation order:
1. Delete your cluster if you have created a cluster.

```bash
kbcli cluster delete <name>
kubebctl delete cluster <clustername> -n namespace
Copy link
Contributor

Choose a reason for hiding this comment

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

kubebctl => kubectl

3. 以 etcd 为例,安装引擎。使用 `--version` 指定版本。

```bash
helm install etcd kubeblocks/etcd --namespace kb-system --create-namespace --version x.y.z
Copy link
Contributor

Choose a reason for hiding this comment

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

Recommend using a more specific name (e.g. helm install kb-etcd-addon ...), because etcd is too general, it's easier to be conflicted and misunderstood.

5. (可选)您可以执行以下命令卸载引擎。如果您已使用该引擎创建集群,请先删除集群。

```bash
helm uninstall etcd --namespace kb-system
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

* 启用引擎。

```bash
kbcli addon enable qdrant
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems redundant, this doc mainly uses etcd as an example.

@apecloud-bot apecloud-bot added the approved PR Approved Test label Nov 27, 2024
Copy link
Contributor

@shanshanying shanshanying left a comment

Choose a reason for hiding this comment

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

in install-addons.md, the examples used is etcd in eng version (and qdrant) but elasticsearch in cn version. Better to keep a consistent example in the doc.

@apecloud-bot apecloud-bot removed the approved PR Approved Test label Nov 28, 2024
@shanshanying
Copy link
Contributor

/approve

@apecloud-bot apecloud-bot added the approved PR Approved Test label Nov 28, 2024
@apecloud-bot apecloud-bot removed the approved PR Approved Test label Nov 28, 2024
@michelle-0808
Copy link
Contributor Author

/approve

@apecloud-bot apecloud-bot added the approved PR Approved Test label Nov 28, 2024
@michelle-0808 michelle-0808 merged commit 19fb384 into main Nov 28, 2024
25 checks passed
@michelle-0808 michelle-0808 deleted the support/merge-installation-docs branch November 28, 2024 07:37
@github-actions github-actions bot added this to the Release 0.9.2 milestone Nov 28, 2024
michelle-0808 added a commit that referenced this pull request Nov 28, 2024
(cherry picked from commit 19fb384)
@michelle-0808
Copy link
Contributor Author

/cherry-pick release-1.0-beta

Copy link

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks/actions/runs/12064705358

github-actions bot pushed a commit that referenced this pull request Nov 28, 2024
(cherry picked from commit 19fb384)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved PR Approved Test size/XXL Denotes a PR that changes 1000+ lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants