diff --git a/docs/getting-started/_parts/_quickstart-ocboot-install-cloudpods.mdx b/docs/getting-started/_parts/_quickstart-ocboot-install-cloudpods.mdx index a2034f19..ef395bcb 100644 --- a/docs/getting-started/_parts/_quickstart-ocboot-install-cloudpods.mdx +++ b/docs/getting-started/_parts/_quickstart-ocboot-install-cloudpods.mdx @@ -33,7 +33,7 @@ Password: admin@123 ![登录页](../images/index.png) -## 使用域名访问环境时,需要修改 api_server 接入端(可选) +#### 使用域名访问环境时,需要修改 api_server 接入端(可选) `api_server` 配置是整个平台的接入端地址,会影响前端虚拟机 VNC 或者 Web SSH、CloudShell 的连接。一般无法通过 Web SSH 进入虚拟机或者打开 CloudShell,是因为没有正确设置 api_server 配置造成的。 diff --git a/docs/getting-started/images/prodguide.png b/docs/getting-started/images/prodguide.png new file mode 100644 index 00000000..fab9a515 Binary files /dev/null and b/docs/getting-started/images/prodguide.png differ diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index a1af945e..4c282092 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -17,6 +17,10 @@ import TabItem from '@theme/TabItem'; - [使用 docker compose 快速部署多云管理](./cmp/quickstart-docker-compose) - [使用 helm 在 Kubernetes 上部署多云管理](./cmp/quickstart-k8s-helm) +## 如何选择? + +![产品选择](./images/prodguide.png) + import IndexDocCardList from '@site/src/components/IndexDocCardList';