Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Jiawei Zhao <Phoenxi500526@163.com>
  • Loading branch information
Jiawei Zhao authored and Jiawei Zhao committed Jan 14, 2024
1 parent 442c954 commit 5d88f70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/scale/manual-scale/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ FE、BE、Broker 通常需要 30 秒 - 1分钟完成扩容或缩容。
垂直扩缩容操作指的是通过增加或减少 Pod 的资源限制,来达到集群扩缩容的目的。垂直扩缩容本质上是 Pod 滚动升级的过程。

要对 FE、BE、CN、Broker 进行垂直扩缩容,通过 kubectl 修改集群所对应的 `DorisCluster`
对象的 `spec.<fe/be/cn/broker>.resourecs` 至期望值。
对象的 `spec.<fe/be/cn/broker>.resources` 至期望值。

可以通过以下命令查看垂直扩缩容进度,当所有 Pod 都重建完毕进入 `Running` 状态后,垂直扩缩容完成。

Expand Down
2 changes: 1 addition & 1 deletion internal/template/monitor/grafana-dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@
"type": "prometheus",
"uid": "PEB833E60655F2EBA"
},
"description": "The image wirte of each FE",
"description": "The image write of each FE",
"fieldConfig": {
"defaults": {
"color": {
Expand Down
6 changes: 3 additions & 3 deletions website/config/_default/hyas/doks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ docsRepoSubPath = "website" # "" (none, default) or <sub path>
# Colors

## Dark theme
# textDark = "#dee2e6" # "#dee2e6" (default), "#dee2e6" (orignal), or custom color
# textDark = "#dee2e6" # "#dee2e6" (default), "#dee2e6" (original), or custom color
# accentDark = "#5d2f86" # "#5d2f86" (default), "#5d2f86" (original), or custom color

## Light theme
# textLight = "#1d2d35" # "#1d2d35" (default), "#1d2d35" (orignal), or custom color
# accentLight = "#8ed6fb" # "#8ed6fb" (default), "#8ed6fb" (orignal), or custom color
# textLight = "#1d2d35" # "#1d2d35" (default), "#1d2d35" (original), or custom color
# accentLight = "#8ed6fb" # "#8ed6fb" (default), "#8ed6fb" (original), or custom color

0 comments on commit 5d88f70

Please sign in to comment.