-
Notifications
You must be signed in to change notification settings - Fork 212
docs: adjust en docs command format #8592
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
Conversation
- Address: -h specifies the server address. In the example below it is 127.0.0.1 | ||
- Port: -P specifies port No. , In the example below it is 3306. | ||
- User: -u is the user name. | ||
- Password: -p shows the password. In the example below, it is hQBCKZLI. |
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.
- Password: -p shows the password. In the example below, it is hQBCKZLI. | |
- Password: -p shows the password. In the example below, it is `hQBCKZLI`. |
kbcli addon search etcd | ||
|
||
# 3. Install the etcd Addon | ||
kbcli addon install etcd --index kubeblocks --version 0.9.0 |
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.
use the latest version?
``` | ||
|
||
- Check the cluster status. | ||
- View the cluster satus. |
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.
- View the cluster satus. | |
- View the cluster status. |
@@ -589,13 +589,14 @@ mycluster demo milvus-2.3.2 Delete | |||
|
|||
1. 修改 YAML 文件中 `spec.componentSpecs.volumeClaimTemplates.spec.resources` 的配置。`spec.componentSpecs.volumeClaimTemplates.spec.resources` 控制资源的请求值和限制值,修改参数值将触发垂直扩缩容。 | |||
|
|||
```yaml | |||
```bahs |
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.
```bahs | |
```bash |
(cherry picked from commit c34c686)
/cherry-pick release-1.0-beta |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit c34c686)
No description provided.