This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new a0bc68f [hotfix][k8s] Fix k8s ha service doc.
a0bc68f is described below
commit a0bc68f9a2d08f40846747844fdfbc3306b2c594
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