Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zh/access-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export PORT=10261 && \
export HTTP_PATH=/dashboard
```

### 访问独立部署的 TiDB Dashboard
### 访问独立部署的 TiDB Dashboard (可选)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### 访问独立部署的 TiDB Dashboard (可选)
### 访问独立部署的 TiDB Dashboard(可选)


你需要使用 v1.4.0 版本及以上的 TiDB Operator 以及 v4.0.1 版本及以上的 TiDB 集群。

访问前,确保你已经[部署独立的 TiDB Dashboard](get-started.md#部署独立的-tidb-dashboard)。
访问前,确保你已经[部署独立的 TiDB Dashboard](get-started.md#部署独立的-tidb-dashboard-可选)。

这种方法部署的 TiDB Dashboard,service、port 和 HTTP 路径如下(默认值):

Expand Down
2 changes: 1 addition & 1 deletion zh/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ tidbcluster.pingcap.com/basic created

如果要将 TiDB 集群部署到 ARM64 机器上,可以参考[在 ARM64 机器上部署 TiDB 集群](deploy-cluster-on-arm64.md)。

### 部署独立的 TiDB Dashboard
### 部署独立的 TiDB Dashboard (可选)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### 部署独立的 TiDB Dashboard (可选)
### 部署独立的 TiDB Dashboard(可选)


{{< copyable "shell-regular" >}}

Expand Down