This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit e61fedda4de05c4c24b57c81b02d04aefac25346
Author: Weijie Guo <[email protected]>
AuthorDate: Wed Apr 19 01:09:51 2023 +0800

    [hotfix][docs] Using `kubernetes` instead of `KubernetesHaServicesFactory` 
as high-availability.type for kubernetes_ha doc.
---
 docs/content.zh/docs/deployment/ha/kubernetes_ha.md | 2 +-
 docs/content/docs/deployment/ha/kubernetes_ha.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/deployment/ha/kubernetes_ha.md 
b/docs/content.zh/docs/deployment/ha/kubernetes_ha.md
index 260cc6af752..41ce67e287d 100644
--- a/docs/content.zh/docs/deployment/ha/kubernetes_ha.md
+++ b/docs/content.zh/docs/deployment/ha/kubernetes_ha.md
@@ -43,7 +43,7 @@ Kubernetes 高可用服务只能在部署到 Kubernetes 时使用。因此,当
 为了启用高可用集群(HA-cluster),你必须设置以下配置项:
 
 - [high-availability.type]({{< ref "docs/deployment/config" 
>}}#high-availability-type) (必要的):
-`high-availability.type` 选项必须设置为 `KubernetesHaServicesFactory`.
+`high-availability.type` 选项必须设置为 `kubernetes`.
 
 ```yaml
 high-availability.type: kubernetes
diff --git a/docs/content/docs/deployment/ha/kubernetes_ha.md 
b/docs/content/docs/deployment/ha/kubernetes_ha.md
index 0b8e91f47f4..13f83947a43 100644
--- a/docs/content/docs/deployment/ha/kubernetes_ha.md
+++ b/docs/content/docs/deployment/ha/kubernetes_ha.md
@@ -45,7 +45,7 @@ In order to use Flink's Kubernetes HA services you must 
fulfill the following pr
 In order to start an HA-cluster you have to configure the following 
configuration keys:
 
 - [high-availability.type]({{< ref "docs/deployment/config" 
>}}#high-availability-type) (required): 
-The `high-availability.type` option has to be set to 
`KubernetesHaServicesFactory`.
+The `high-availability.type` option has to be set to `kubernetes`.
 
 ```yaml
 high-availability.type: kubernetes

Reply via email to