You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/03/12 12:51:56 UTC

[dolphinscheduler] branch dev updated: Fix https://github.com/apache/dolphinscheduler/issues/8602 (#8604)

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

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a38adcb  Fix https://github.com/apache/dolphinscheduler/issues/8602 (#8604)
a38adcb is described below

commit a38adcb579c730fd92f9a3210379ce4d64ecddc7
Author: simsicon <si...@gmail.com>
AuthorDate: Sat Mar 12 20:51:52 2022 +0800

    Fix https://github.com/apache/dolphinscheduler/issues/8602 (#8604)
---
 deploy/kubernetes/dolphinscheduler/values.yaml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml b/deploy/kubernetes/dolphinscheduler/values.yaml
index 22d144d..8ea83bb 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -49,7 +49,7 @@ externalDatabase:
   database: "dolphinscheduler"
   params: "characterEncoding=utf8"
 
-## If not exists external zookeeper, by default, Dolphinscheduler's zookeeper will use it.
+## If not exists external registry, the zookeeper registry will be used by default.
 zookeeper:
   enabled: true
   fourlwCommandsWhitelist: "srvr,ruok,wchs,cons"
@@ -57,13 +57,12 @@ zookeeper:
     enabled: false
     size: "20Gi"
     storageClass: "-"
-  zookeeperRoot: "/dolphinscheduler"
 
-## If exists external zookeeper, and set zookeeper.enable value to false.
-## If zookeeper.enable is false, Dolphinscheduler's zookeeper will use it.
-externalZookeeper:
-  zookeeperQuorum: "127.0.0.1:2181"
-  zookeeperRoot: "/dolphinscheduler"
+## If exists external registry and set zookeeper.enable value to false, the external registry will be used.
+externalRegistry:
+  registryPluginDir: "lib/plugin/registry"
+  registryPluginName: "zookeeper"
+  registryServers: "127.0.0.1:2181"
 
 common:
   ## Configmap