Skip to content

Commit

Permalink
fix a broken link of eksctl (#2510) (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Feb 27, 2024
1 parent 679f8c0 commit 5d05526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/deploy-on-aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ eksctl scale nodegroup --cluster ${clusterName} --name tikv-1c --nodes 2 --nodes
eksctl scale nodegroup --cluster ${clusterName} --name tikv-1d --nodes 2 --nodes-min 2 --nodes-max 2
```

For more information on managing node groups, refer to [`eksctl` documentation](https://eksctl.io/usage/managing-nodegroups/).
For more information on managing node groups, refer to [`eksctl` documentation](https://eksctl.io/usage/nodegroups/).

### Scale out TiDB components

Expand Down
2 changes: 1 addition & 1 deletion zh/deploy-on-aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ eksctl scale nodegroup --cluster ${clusterName} --name tikv-1c --nodes 2 --nodes
eksctl scale nodegroup --cluster ${clusterName} --name tikv-1d --nodes 2 --nodes-min 2 --nodes-max 2
```

更多节点组管理可参考 [eksctl 文档](https://eksctl.io/usage/managing-nodegroups/)
更多节点组管理可参考 [eksctl 文档](https://eksctl.io/usage/nodegroups/)

### 扩容 TiDB 组件

Expand Down

0 comments on commit 5d05526

Please sign in to comment.