Skip to content

Commit

Permalink
Corrected an incorrect name (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gidi233 authored Apr 23, 2024
1 parent 89709c1 commit 01f6fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ echo $(kubectl get -n default secret oceanbase-dashboard-user-credentials -o jso
```
一个 NodePort 类型的 service 会默认创建,可以通过如下命令查看 service 的地址,然后在浏览器中打开。
```
kubectl get svc oceanbase-dashboard-ob-dashboard
kubectl get svc oceanbase-dashboard-oceanbase-dashboard
```
![oceanbase-dashboard-service](./docsite/static/img/oceanbase-dashboard-service.jpg)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ echo $(kubectl get -n default secret oceanbase-dashboard-user-credentials -o jso
```
A service of type NodePort is created by default, you can check the address and port and open it in browser
```
kubectl get svc oceanbase-dashboard-ob-dashboard
kubectl get svc oceanbase-dashboard-oceanbase-dashboard
```
![oceanbase-dashboard-service](./docsite/static/img/oceanbase-dashboard-service.jpg)

Expand Down

0 comments on commit 01f6fb1

Please sign in to comment.