This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new cf9a8426be3 [doc] remove fe config doc enable_deploy_manager and
with_k8s_certs (#951)
cf9a8426be3 is described below
commit cf9a8426be39efebf839a52e96b57128b36914a9
Author: catpineapple <[email protected]>
AuthorDate: Thu Aug 8 15:04:22 2024 +0800
[doc] remove fe config doc enable_deploy_manager and with_k8s_certs (#951)
---
docs/admin-manual/config/fe-config.md | 19 -------------------
.../current/admin-manual/config/fe-config.md | 19 -------------------
.../version-2.0/admin-manual/config/fe-config.md | 22 ----------------------
.../version-2.1/admin-manual/config/fe-config.md | 19 -------------------
.../version-3.0/admin-manual/config/fe-config.md | 19 -------------------
.../version-2.0/admin-manual/config/fe-config.md | 19 -------------------
.../version-2.1/admin-manual/config/fe-config.md | 19 -------------------
.../version-3.0/admin-manual/config/fe-config.md | 19 -------------------
8 files changed, 155 deletions(-)
diff --git a/docs/admin-manual/config/fe-config.md
b/docs/admin-manual/config/fe-config.md
index 8c83f7daa7f..ed546d125e7 100644
--- a/docs/admin-manual/config/fe-config.md
+++ b/docs/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ The multi cluster feature will be deprecated in version
0.12 , set this config t
3. change the backends num of cluster
4. link/migration db
-#### `enable_deploy_manager`
-
-Default:disable
-
-Set to true if you deploy Doris using thirdparty deploy manager
-
-Valid options are:
-
-- disable: no deploy manager
-- k8s: Kubernetes
-- ambari: Ambari
-- local: Local File (for test or Boxer2 BCC version)
-
-#### `with_k8s_certs`
-
-Default:false
-
-If use k8s deploy manager locally, set this to true and prepare the certs files
-
#### `enable_fqdn_mode`
This configuration is mainly used in the k8s cluster environment. When
enable_fqdn_mode is true, the name of the pod where the be is located will
remain unchanged after reconstruction, while the ip can be changed.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
index 68c31958556..cc5354c53eb 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ heartbeat_mgr 中处理心跳事件的线程数。
3. 更改集群的后端数量
4. 链接/迁移数据库
-#### `enable_deploy_manager`
-
-默认值:disable
-
-如果使用第三方部署管理器部署 Doris,则设置为 true
-
-有效的选项是:
-
-- disable:没有部署管理器
-- k8s:Kubernetes
-- ambari:Ambari
-- local:本地文件(用于测试或 Boxer2 BCC 版本)
-
-#### `with_k8s_certs`
-
-默认值:false
-
-如果在本地使用 k8s 部署管理器,请将其设置为 true 并准备证书文件
-
#### `enable_fqdn_mode`
此配置用于 k8s 部署环境。当 enable_fqdn_mode 为 true 时,将允许更改 be 的重建 pod 的 ip。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/fe-config.md
index b7eac60b89d..de8ad6320b3 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/admin-manual/config/fe-config.md
@@ -339,28 +339,6 @@ heartbeat_mgr 中处理心跳事件的线程数。
4. 链接/迁移数据库
-**`enable_deploy_manager`**
-
-默认值:disable
-
-如果使用第三方部署管理器部署 Doris,则设置为 true
-
-有效的选项是:
-
-- disable:没有部署管理器
-
-- k8s:Kubernetes
-
-- ambari:Ambari
-
-- local:本地文件(用于测试或 Boxer2 BCC 版本)
-
-**`with_k8s_certs`**
-
-默认值:false
-
-如果在本地使用 k8s 部署管理器,请将其设置为 true 并准备证书文件
-
**`enable_fqdn_mode`**
此配置用于 k8s 部署环境。当 enable_fqdn_mode 为 true 时,将允许更改 be 的重建 pod 的 ip。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
index 53ce2b07783..92364f112b9 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ heartbeat_mgr 中处理心跳事件的线程数。
3. 更改集群的后端数量
4. 链接/迁移数据库
-#### `enable_deploy_manager`
-
-默认值:disable
-
-如果使用第三方部署管理器部署 Doris,则设置为 true
-
-有效的选项是:
-
-- disable:没有部署管理器
-- k8s:Kubernetes
-- ambari:Ambari
-- local:本地文件(用于测试或 Boxer2 BCC 版本)
-
-#### `with_k8s_certs`
-
-默认值:false
-
-如果在本地使用 k8s 部署管理器,请将其设置为 true 并准备证书文件
-
#### `enable_fqdn_mode`
此配置用于 k8s 部署环境。当 enable_fqdn_mode 为 true 时,将允许更改 be 的重建 pod 的 ip。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
index 68c31958556..cc5354c53eb 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ heartbeat_mgr 中处理心跳事件的线程数。
3. 更改集群的后端数量
4. 链接/迁移数据库
-#### `enable_deploy_manager`
-
-默认值:disable
-
-如果使用第三方部署管理器部署 Doris,则设置为 true
-
-有效的选项是:
-
-- disable:没有部署管理器
-- k8s:Kubernetes
-- ambari:Ambari
-- local:本地文件(用于测试或 Boxer2 BCC 版本)
-
-#### `with_k8s_certs`
-
-默认值:false
-
-如果在本地使用 k8s 部署管理器,请将其设置为 true 并准备证书文件
-
#### `enable_fqdn_mode`
此配置用于 k8s 部署环境。当 enable_fqdn_mode 为 true 时,将允许更改 be 的重建 pod 的 ip。
diff --git a/versioned_docs/version-2.0/admin-manual/config/fe-config.md
b/versioned_docs/version-2.0/admin-manual/config/fe-config.md
index 24143c6ec62..c55c39a47d1 100644
--- a/versioned_docs/version-2.0/admin-manual/config/fe-config.md
+++ b/versioned_docs/version-2.0/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ The multi cluster feature will be deprecated in version
0.12 , set this config t
3. change the backends num of cluster
4. link/migration db
-#### `enable_deploy_manager`
-
-Default:disable
-
-Set to true if you deploy Doris using thirdparty deploy manager
-
-Valid options are:
-
-- disable: no deploy manager
-- k8s: Kubernetes
-- ambari: Ambari
-- local: Local File (for test or Boxer2 BCC version)
-
-#### `with_k8s_certs`
-
-Default:false
-
-If use k8s deploy manager locally, set this to true and prepare the certs files
-
#### `enable_fqdn_mode`
This configuration is mainly used in the k8s cluster environment. When
enable_fqdn_mode is true, the name of the pod where the be is located will
remain unchanged after reconstruction, while the ip can be changed.
diff --git a/versioned_docs/version-2.1/admin-manual/config/fe-config.md
b/versioned_docs/version-2.1/admin-manual/config/fe-config.md
index fdd746f8820..bd91834a9c1 100644
--- a/versioned_docs/version-2.1/admin-manual/config/fe-config.md
+++ b/versioned_docs/version-2.1/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ The multi cluster feature will be deprecated in version
0.12 , set this config t
3. change the backends num of cluster
4. link/migration db
-#### `enable_deploy_manager`
-
-Default:disable
-
-Set to true if you deploy Doris using thirdparty deploy manager
-
-Valid options are:
-
-- disable: no deploy manager
-- k8s: Kubernetes
-- ambari: Ambari
-- local: Local File (for test or Boxer2 BCC version)
-
-#### `with_k8s_certs`
-
-Default:false
-
-If use k8s deploy manager locally, set this to true and prepare the certs files
-
#### `enable_fqdn_mode`
This configuration is mainly used in the k8s cluster environment. When
enable_fqdn_mode is true, the name of the pod where the be is located will
remain unchanged after reconstruction, while the ip can be changed.
diff --git a/versioned_docs/version-3.0/admin-manual/config/fe-config.md
b/versioned_docs/version-3.0/admin-manual/config/fe-config.md
index 8c83f7daa7f..ed546d125e7 100644
--- a/versioned_docs/version-3.0/admin-manual/config/fe-config.md
+++ b/versioned_docs/version-3.0/admin-manual/config/fe-config.md
@@ -331,25 +331,6 @@ The multi cluster feature will be deprecated in version
0.12 , set this config t
3. change the backends num of cluster
4. link/migration db
-#### `enable_deploy_manager`
-
-Default:disable
-
-Set to true if you deploy Doris using thirdparty deploy manager
-
-Valid options are:
-
-- disable: no deploy manager
-- k8s: Kubernetes
-- ambari: Ambari
-- local: Local File (for test or Boxer2 BCC version)
-
-#### `with_k8s_certs`
-
-Default:false
-
-If use k8s deploy manager locally, set this to true and prepare the certs files
-
#### `enable_fqdn_mode`
This configuration is mainly used in the k8s cluster environment. When
enable_fqdn_mode is true, the name of the pod where the be is located will
remain unchanged after reconstruction, while the ip can be changed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]