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

xtsong pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.12 by this push:
     new 807014e  [hotfix][k8s] Fix k8s ha service doc.
807014e is described below

commit 807014ef553dbfa2c85795ffa05e99b6613a86d4
Author: Lijie Wang <[email protected]>
AuthorDate: Fri Dec 18 11:13:25 2020 +0800

    [hotfix][k8s] Fix k8s ha service doc.
    
    This closes #14416.
---
 .../apache/flink/kubernetes/highavailability/KubernetesHaServices.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/highavailability/KubernetesHaServices.java
 
b/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/highavailability/KubernetesHaServices.java
index 1c3cf96..c9205dfd 100644
--- 
a/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/highavailability/KubernetesHaServices.java
+++ 
b/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/highavailability/KubernetesHaServices.java
@@ -42,7 +42,7 @@ import static 
org.apache.flink.kubernetes.utils.Constants.NAME_SEPARATOR;
 import static org.apache.flink.util.Preconditions.checkNotNull;
 
 /**
- * An implementation of the {@link AbstractHaServices} using Apache ZooKeeper.
+ * An implementation of the {@link AbstractHaServices} using Kubernetes.
  *
  * <p>All the HA information relevant for a specific component will be stored 
in a single ConfigMap.
  * For example, the Dispatcher's ConfigMap would then contain the current 
leader, the running jobs

Reply via email to