-
Notifications
You must be signed in to change notification settings - Fork 184
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: fix format and link bugs and add rabbitmq docs #8485
Conversation
michelle-0808
commented
Nov 20, 2024
- Fixed format and link bugs.
- Added RabbitMQ cn doc.
- Deleted Weaviate and Xinference cn docs.
|
||
# 用 KubeBlocks 管理 RabbitMQ | ||
|
||
RabbitMQ 是一靠且成熟的消息和流处理中间件,支持在云环境、本地数据中心或个人计算机上部署。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一靠 => 可靠
|
||
RabbitMQ 是一靠且成熟的消息和流处理中间件,支持在云环境、本地数据中心或个人计算机上部署。 | ||
|
||
本文档展示了如何通过 kbcli、kubectl 或 YAML 文件等当时创建和管理 RabbitMQ 集群。您可以在 [GitHub 仓库](https://github.com/apecloud/kubeblocks-addons/tree/main/examples/rabbitmq)查看 YAML 示例。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
等当时 => 等方式
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kubectl 和 YAML 文件是一起工作的,是否只提及 kubectl 就好
|
||
```bash | ||
kubectl edit cluster mycluster -n demo | ||
apiVersion: apps.kubeblocks.io/v1alpha1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议 bash 命令和 yaml 不要混在一起
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: intranet | ||
ipFamilyPolicy: PreferDualStack | ||
name: vpc | ||
- name: intranet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use vpc instead of intranet
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: intranet | ||
ipFamilyPolicy: PreferDualStack | ||
name: vpc | ||
- name: intranet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use vpc instead of intranet
/approve |
(cherry picked from commit 27193a7)
/cherry-pick release-1.0-beta |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit 27193a7)