Skip to content

Commit

Permalink
rewording for cluster id (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD authored May 8, 2020
1 parent 749f460 commit c03af2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kubectl get tc test -n test -o='go-template={{.status.clusterID}}{{"\n"}}'
kubectl port-forward -n ${namespace} svc/${cluster_name}-pd 2379:2379
```
3. 打开一个**新**终端标签或窗口,通过如下命令确认 Cluster ID 为设置的 ID:
3. 打开一个**新**终端标签或窗口,通过如下命令确认 Cluster ID 为[获取 Cluster ID](#获取-cluster-id) 步骤中获取的 Cluster ID:
{{< copyable "shell-regular" >}}
Expand Down

0 comments on commit c03af2d

Please sign in to comment.