diff --git a/README-CN.md b/README-CN.md index f41dd9d88..37716e72e 100644 --- a/README-CN.md +++ b/README-CN.md @@ -130,7 +130,7 @@ mysql -h{POD_IP} -P2881 -uroot -proot_password oceanbase -A -c ``` helm repo add ob-operator https://oceanbase.github.io/ob-operator/ helm repo update ob-operator -helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0 +helm install oceanbase-dashboard ob-operator/oceanbase-dashboard ``` ![oceanbase-dashboard-install](./docsite/static/img/oceanbase-dashboard-install.jpg) @@ -147,6 +147,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard 使用 admin 账号和查看到的密码登录。 ![oceanbase-dashboard-overview](./docsite/static/img/oceanbase-dashboard-overview.jpg) +![oceanbase-dashboard-topology](./docsite/static/img/oceanbase-dashboard-topology.jpg) ## 项目架构 diff --git a/README.md b/README.md index db72f4abd..b7d14306b 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Deploy OceanBase Dashboard is pretty simple, just run the following commands ``` helm repo add ob-operator https://oceanbase.github.io/ob-operator/ helm repo update ob-operator -helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0 +helm install oceanbase-dashboard ob-operator/oceanbase-dashboard ``` ![oceanbase-dashboard-install](./docsite/static/img/oceanbase-dashboard-install.jpg) @@ -146,6 +146,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard Login with admin user and password ![oceanbase-dashboard-overview](./docsite/static/img/oceanbase-dashboard-overview.jpg) +![oceanbase-dashboard-topology](./docsite/static/img/oceanbase-dashboard-topology.jpg) ## Project Architecture diff --git a/docsite/i18n/zh-Hans/docusaurus-plugin-content-pages/index.mdx b/docsite/i18n/zh-Hans/docusaurus-plugin-content-pages/index.mdx index 2ed42193b..d7910f920 100644 --- a/docsite/i18n/zh-Hans/docusaurus-plugin-content-pages/index.mdx +++ b/docsite/i18n/zh-Hans/docusaurus-plugin-content-pages/index.mdx @@ -133,7 +133,7 @@ mysql -h{POD_IP} -P2881 -uroot -proot_password oceanbase -A -c ``` helm repo add ob-operator https://oceanbase.github.io/ob-operator/ helm repo update ob-operator -helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0 +helm install oceanbase-dashboard ob-operator/oceanbase-dashboard ``` ![oceanbase-dashboard-install](/img/oceanbase-dashboard-install.jpg) @@ -150,6 +150,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard 使用 admin 账号和查看到的密码登录。 ![oceanbase-dashboard-overview](/img/oceanbase-dashboard-overview.jpg) +![oceanbase-dashboard-topology](/img/oceanbase-dashboard-topology.jpg) ## 项目架构 diff --git a/docsite/src/pages/index.mdx b/docsite/src/pages/index.mdx index 91ff56981..efcdaba79 100644 --- a/docsite/src/pages/index.mdx +++ b/docsite/src/pages/index.mdx @@ -133,7 +133,7 @@ Deploy OceanBase Dashboard is pretty simple, just run the following commands ``` helm repo add ob-operator https://oceanbase.github.io/ob-operator/ helm repo update ob-operator -helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0 +helm install oceanbase-dashboard ob-operator/oceanbase-dashboard ``` ![oceanbase-dashboard-install](/img/oceanbase-dashboard-install.jpg) @@ -150,6 +150,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard Login with admin user and password ![oceanbase-dashboard-overview](/img/oceanbase-dashboard-overview.jpg) +![oceanbase-dashboard-topology](/img/oceanbase-dashboard-topology.jpg) ## Project Architecture diff --git a/docsite/static/img/oceanbase-dashboard-install.jpg b/docsite/static/img/oceanbase-dashboard-install.jpg index 35d5a9e42..1c78f97f1 100644 Binary files a/docsite/static/img/oceanbase-dashboard-install.jpg and b/docsite/static/img/oceanbase-dashboard-install.jpg differ diff --git a/docsite/static/img/oceanbase-dashboard-overview.jpg b/docsite/static/img/oceanbase-dashboard-overview.jpg index 4101fdd52..00d9f3783 100644 Binary files a/docsite/static/img/oceanbase-dashboard-overview.jpg and b/docsite/static/img/oceanbase-dashboard-overview.jpg differ diff --git a/docsite/static/img/oceanbase-dashboard-topology.jpg b/docsite/static/img/oceanbase-dashboard-topology.jpg new file mode 100644 index 000000000..a514fd868 Binary files /dev/null and b/docsite/static/img/oceanbase-dashboard-topology.jpg differ