-
Notifications
You must be signed in to change notification settings - Fork 181
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 cn api docs in user docs #8374
Conversation
i18n/zh-cn/user-docs/connect-databases/connect-to-database-in-production-environment.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/connect-databases/connect-to-database-in-production-environment.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/connect-databases/connect-to-database-in-testing-environment.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/connect-databases/connect-to-database-in-testing-environment.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/connect-databases/connect-to-database-in-testing-environment.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/connect-databases/connect-to-database-in-testing-environment.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/maintenance/backup-and-restore/backup/backup-repo.md
Outdated
Show resolved
Hide resolved
i18n/zh-cn/user-docs/maintenance/cross-k8s-deployment/cross-k8s-deployment.md
Outdated
Show resolved
Hide resolved
docs/user_docs/maintenance/cross-k8s-deployment/cross-k8s-deployment.md
Outdated
Show resolved
Hide resolved
@@ -92,6 +94,8 @@ kbcli cluster expose ${cluster-name} --type vpc --enable=true | |||
|
|||
<TabItem value="kubectl" label="kubeclt"> | |||
|
|||
此处以 MySQL 集群为例,在阿里云上为集群暴露公网访问地址的方式如下: |
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.
expose vpc address
``` | ||
|
||
</TabItem> | ||
|
||
<TabItem value="kubectl" label="kubeclt"> | ||
|
||
以 MySQL 集群为例,在阿里云上为集群暴露 VPC 访问地址的方式如下: |
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.
expose internet address
@@ -244,7 +250,7 @@ spec: | |||
- componentName: mysql | |||
services: | |||
- annotations: | |||
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: internet | |||
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-address-type: intrernet |
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.
internet
<Tabs> | ||
|
||
<TabItem value="kbcli" label="kbcli" default> | ||
|
||
```bash | ||
kbcli cluster expose ${cluster-name} --type vpc --enable=false |
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.
--type internet
(cherry picked from commit 3837f3b)
(cherry picked from commit 3837f3b)
/cherry-pick release-1.0-beta |
🤖 says: Error cherry-picking.
Otherwise, please use 'git cherry-pick --skip' You are currently cherry-picking commit 3837f3b. nothing to commit, working tree clean |
🤖 says: |
This PR fixed some format bugs of the previous PR and merged part of the API docs into user docs, including Maintenance, Connect Database, Instance Template, Observability, User Management, and Handle an Exception.