You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/05/24 08:26:27 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 39aa8abf1948ba7bc4523e9b573dcb7d231588c4

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new da713ca  Automated deployment: 39aa8abf1948ba7bc4523e9b573dcb7d231588c4
da713ca is described below

commit da713ca56557025488f64ed1e73214b165b77308
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Mon May 24 08:25:48 2021 +0000

    Automated deployment: 39aa8abf1948ba7bc4523e9b573dcb7d231588c4
---
 en-us/docs/1.3.4/user_doc/docker-deployment.html      | 1 +
 en-us/docs/1.3.4/user_doc/docker-deployment.json      | 2 +-
 en-us/docs/1.3.5/user_doc/docker-deployment.html      | 1 +
 en-us/docs/1.3.5/user_doc/docker-deployment.json      | 2 +-
 en-us/docs/1.3.5/user_doc/kubernetes-deployment.html  | 1 +
 en-us/docs/1.3.5/user_doc/kubernetes-deployment.json  | 2 +-
 en-us/docs/1.3.6/user_doc/docker-deployment.html      | 1 +
 en-us/docs/1.3.6/user_doc/docker-deployment.json      | 2 +-
 en-us/docs/1.3.6/user_doc/kubernetes-deployment.html  | 1 +
 en-us/docs/1.3.6/user_doc/kubernetes-deployment.json  | 2 +-
 en-us/docs/latest/user_doc/docker-deployment.html     | 1 +
 en-us/docs/latest/user_doc/docker-deployment.json     | 2 +-
 en-us/docs/latest/user_doc/kubernetes-deployment.html | 1 +
 en-us/docs/latest/user_doc/kubernetes-deployment.json | 2 +-
 zh-cn/docs/1.3.4/user_doc/docker-deployment.html      | 1 +
 zh-cn/docs/1.3.4/user_doc/docker-deployment.json      | 2 +-
 zh-cn/docs/1.3.5/user_doc/docker-deployment.html      | 1 +
 zh-cn/docs/1.3.5/user_doc/docker-deployment.json      | 2 +-
 zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.html  | 1 +
 zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.json  | 2 +-
 zh-cn/docs/1.3.6/user_doc/docker-deployment.html      | 1 +
 zh-cn/docs/1.3.6/user_doc/docker-deployment.json      | 2 +-
 zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html  | 1 +
 zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json  | 2 +-
 zh-cn/docs/latest/user_doc/docker-deployment.html     | 1 +
 zh-cn/docs/latest/user_doc/docker-deployment.json     | 2 +-
 zh-cn/docs/latest/user_doc/kubernetes-deployment.html | 1 +
 zh-cn/docs/latest/user_doc/kubernetes-deployment.json | 2 +-
 28 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/en-us/docs/1.3.4/user_doc/docker-deployment.html b/en-us/docs/1.3.4/user_doc/docker-deployment.html
index 4fa5f03..229f56d 100644
--- a/en-us/docs/1.3.4/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.4/user_doc/docker-deployment.html
@@ -29,6 +29,7 @@ $ docker pull apache/dolphinscheduler:1.3.4
 $ docker tag apache/dolphinscheduler:1.3.4 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h4>3. Login</h4>
 <p>Visit the Web UI: <a href="http://192.168.xx.xx:8888">http://192.168.xx.xx:8888</a> (The local address is <a href="http://127.0.0.1:8888">http://127.0.0.1:8888</a>)</p>
 <p>The default username is <code>admin</code> and the default password is <code>dolphinscheduler123</code></p>
diff --git a/en-us/docs/1.3.4/user_doc/docker-deployment.json b/en-us/docs/1.3.4/user_doc/docker-deployment.json
index 31b6abb..72824aa 100644
--- a/en-us/docs/1.3.4/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.4/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.4/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.5/user_doc/docker-deployment.html b/en-us/docs/1.3.5/user_doc/docker-deployment.html
index c04cee8..34b2810 100644
--- a/en-us/docs/1.3.5/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.5/user_doc/docker-deployment.html
@@ -29,6 +29,7 @@ $ docker pull apache/dolphinscheduler:1.3.5
 $ docker tag apache/dolphinscheduler:1.3.5 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h4>3. Login</h4>
 <p>Visit the Web UI: <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> (The local address is <a href="http://127.0.0.1:12345/dolphinscheduler">http://127.0.0.1:12345/dolphinscheduler</a>)</p>
 <p>The default username is <code>admin</code> and the default password is <code>dolphinscheduler123</code></p>
diff --git a/en-us/docs/1.3.5/user_doc/docker-deployment.json b/en-us/docs/1.3.5/user_doc/docker-deployment.json
index aeb3193..3e3504e 100644
--- a/en-us/docs/1.3.5/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.5/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.5/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.5/user_doc/kubernetes-deployment.html b/en-us/docs/1.3.5/user_doc/kubernetes-deployment.html
index 542ed41..90de73b 100644
--- a/en-us/docs/1.3.5/user_doc/kubernetes-deployment.html
+++ b/en-us/docs/1.3.5/user_doc/kubernetes-deployment.html
@@ -36,6 +36,7 @@ $ helm install dolphinscheduler . --set image.tag=1.3.5
 <blockquote>
 <p><strong>Tip</strong>: List all releases using <code>helm list</code></p>
 </blockquote>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h2>Access DolphinScheduler UI</h2>
 <p>If <code>ingress.enabled</code> in <code>values.yaml</code> is set to <code>true</code>, you just access <code>http://${ingress.host}/dolphinscheduler</code> in browser.</p>
 <blockquote>
diff --git a/en-us/docs/1.3.5/user_doc/kubernetes-deployment.json b/en-us/docs/1.3.5/user_doc/kubernetes-deployment.json
index f846d26..8e5b1c0 100644
--- a/en-us/docs/1.3.5/user_doc/kubernetes-deployment.json
+++ b/en-us/docs/1.3.5/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>QuickStart in Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV provisioner support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the Chart</h2>\n<p>Please download the source code package apache-dolphinscheduler-incubating-1.3.5-src.zip, download address: <a href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the  [...]
+  "__html": "<h1>QuickStart in Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV provisioner support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the Chart</h2>\n<p>Please download the source code package apache-dolphinscheduler-incubating-1.3.5-src.zip, download address: <a href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the  [...]
   "link": "/dist/en-us/docs/1.3.5/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.6/user_doc/docker-deployment.html b/en-us/docs/1.3.6/user_doc/docker-deployment.html
index 7a39732..a1804ad 100644
--- a/en-us/docs/1.3.6/user_doc/docker-deployment.html
+++ b/en-us/docs/1.3.6/user_doc/docker-deployment.html
@@ -50,6 +50,7 @@ $ docker-compose up -d
 <blockquote>
 <p>PowerShell should use <code>cd apache-dolphinscheduler-1.3.6-src\docker\docker-swarm</code></p>
 </blockquote>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h4>3. Login</h4>
 <p>Visit the Web UI: <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> (The local address is <a href="http://127.0.0.1:12345/dolphinscheduler">http://127.0.0.1:12345/dolphinscheduler</a>)</p>
 <p>The default username is <code>admin</code> and the default password is <code>dolphinscheduler123</code></p>
diff --git a/en-us/docs/1.3.6/user_doc/docker-deployment.json b/en-us/docs/1.3.6/user_doc/docker-deployment.json
index d696c32..a8bfe44 100644
--- a/en-us/docs/1.3.6/user_doc/docker-deployment.json
+++ b/en-us/docs/1.3.6/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html
index 17e1d20..dddd20b 100644
--- a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html
+++ b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html
@@ -36,6 +36,7 @@ $ helm install dolphinscheduler . --set image.tag=1.3.6
 <blockquote>
 <p><strong>Tip</strong>: List all releases using <code>helm list</code></p>
 </blockquote>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h2>Access DolphinScheduler UI</h2>
 <p>If <code>ingress.enabled</code> in <code>values.yaml</code> is set to <code>true</code>, you just access <code>http://${ingress.host}/dolphinscheduler</code> in browser.</p>
 <blockquote>
diff --git a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json
index 028adcf..a98dc9a 100644
--- a/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json
+++ b/en-us/docs/1.3.6/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>QuickStart in Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV provisioner support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the Chart</h2>\n<p>Please download the source code package apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the chart wi [...]
+  "__html": "<h1>QuickStart in Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV provisioner support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the Chart</h2>\n<p>Please download the source code package apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the chart wi [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/docker-deployment.html b/en-us/docs/latest/user_doc/docker-deployment.html
index 7a39732..a1804ad 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.html
+++ b/en-us/docs/latest/user_doc/docker-deployment.html
@@ -50,6 +50,7 @@ $ docker-compose up -d
 <blockquote>
 <p>PowerShell should use <code>cd apache-dolphinscheduler-1.3.6-src\docker\docker-swarm</code></p>
 </blockquote>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h4>3. Login</h4>
 <p>Visit the Web UI: <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> (The local address is <a href="http://127.0.0.1:12345/dolphinscheduler">http://127.0.0.1:12345/dolphinscheduler</a>)</p>
 <p>The default username is <code>admin</code> and the default password is <code>dolphinscheduler123</code></p>
diff --git a/en-us/docs/latest/user_doc/docker-deployment.json b/en-us/docs/latest/user_doc/docker-deployment.json
index d696c32..a8bfe44 100644
--- a/en-us/docs/latest/user_doc/docker-deployment.json
+++ b/en-us/docs/latest/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
+  "__html": "<h1>QuickStart in Docker</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>How to use this Docker image</h2>\n<p>Here're 3 ways to quickly install DolphinScheduler</p>\n<h3>The First Way: Start a DolphinScheduler by docker-compose (recommended)</h3>\n<p>In this way, you need to install <a href=\"https://docs.docker.co [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/kubernetes-deployment.html b/en-us/docs/latest/user_doc/kubernetes-deployment.html
index 17e1d20..dddd20b 100644
--- a/en-us/docs/latest/user_doc/kubernetes-deployment.html
+++ b/en-us/docs/latest/user_doc/kubernetes-deployment.html
@@ -36,6 +36,7 @@ $ helm install dolphinscheduler . --set image.tag=1.3.6
 <blockquote>
 <p><strong>Tip</strong>: List all releases using <code>helm list</code></p>
 </blockquote>
+<p>The <strong>PostgreSQL</strong> (with username <code>root</code>, password <code>root</code> and database <code>dolphinscheduler</code>) and <strong>ZooKeeper</strong> services will start by default</p>
 <h2>Access DolphinScheduler UI</h2>
 <p>If <code>ingress.enabled</code> in <code>values.yaml</code> is set to <code>true</code>, you just access <code>http://${ingress.host}/dolphinscheduler</code> in browser.</p>
 <blockquote>
diff --git a/en-us/docs/latest/user_doc/kubernetes-deployment.json b/en-us/docs/latest/user_doc/kubernetes-deployment.json
index 028adcf..a98dc9a 100644
--- a/en-us/docs/latest/user_doc/kubernetes-deployment.json
+++ b/en-us/docs/latest/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>QuickStart in Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV provisioner support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the Chart</h2>\n<p>Please download the source code package apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the chart wi [...]
+  "__html": "<h1>QuickStart in Kubernetes</h1>\n<h2>Prerequisites</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV provisioner support in the underlying infrastructure</li>\n</ul>\n<h2>Installing the Chart</h2>\n<p>Please download the source code package apache-dolphinscheduler-1.3.6-src.tar.gz, download address: <a href=\"/en-us/download/download.html\">download</a></p>\n<p>To install the chart wi [...]
   "link": "/dist/en-us/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.4/user_doc/docker-deployment.html b/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
index 24df461..bd64d75 100644
--- a/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.4/user_doc/docker-deployment.html
@@ -29,6 +29,7 @@ $ docker pull apache/dolphinscheduler:1.3.4
 $ docker tag apache/dolphinscheduler:1.3.4 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h4>3、登录系统</h4>
 <p>访问前端页面: <a href="http://192.168.xx.xx:8888">http://192.168.xx.xx:8888</a> (本地地址为 <a href="http://127.0.0.1:8888">http://127.0.0.1:8888</a>)</p>
 <p>默认的用户是<code>admin</code>,默认的密码是<code>dolphinscheduler123</code></p>
diff --git a/zh-cn/docs/1.3.4/user_doc/docker-deployment.json b/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
index 580abaf..d0c0a90 100644
--- a/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.4/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p> [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p> [...]
   "link": "/dist/zh-cn/docs/1.3.4/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.5/user_doc/docker-deployment.html b/zh-cn/docs/1.3.5/user_doc/docker-deployment.html
index 9ebc048..c6804a5 100644
--- a/zh-cn/docs/1.3.5/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.5/user_doc/docker-deployment.html
@@ -29,6 +29,7 @@ $ docker pull apache/dolphinscheduler:1.3.5
 $ docker tag apache/dolphinscheduler:1.3.5 apache/dolphinscheduler:latest
 $ docker-compose up -d
 </code></pre>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h4>3、登录系统</h4>
 <p>访问前端页面: <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> (本地地址为 <a href="http://127.0.0.1:12345/dolphinscheduler">http://127.0.0.1:12345/dolphinscheduler</a>)</p>
 <p>默认的用户是<code>admin</code>,默认的密码是<code>dolphinscheduler123</code></p>
diff --git a/zh-cn/docs/1.3.5/user_doc/docker-deployment.json b/zh-cn/docs/1.3.5/user_doc/docker-deployment.json
index d48e7e6..b8af157 100644
--- a/zh-cn/docs/1.3.5/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.5/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p> [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<h4>1、下载源码包</h4>\n<p> [...]
   "link": "/dist/zh-cn/docs/1.3.5/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.html b/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.html
index 8cc502f..6dbdd3d 100644
--- a/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.html
+++ b/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.html
@@ -36,6 +36,7 @@ $ helm install dolphinscheduler . --set image.tag=1.3.5
 <blockquote>
 <p><strong>提示</strong>: 列出所有已发布的版本,使用 <code>helm list</code></p>
 </blockquote>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h2>访问 DolphinScheduler 前端页面</h2>
 <p>如果 <code>values.yaml</code> 文件中的 <code>ingress.enabled</code> 被设置为 <code>true</code>, 在浏览器中访问 <code>http://${ingress.host}/dolphinscheduler</code> 即可</p>
 <blockquote>
diff --git a/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.json b/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.json
index 72d1553..9b491bf 100644
--- a/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.json
+++ b/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV 供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 apache-dolphinscheduler-incubating-1.3.5-src.zip,下载地址: <a href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 <code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ unzip apache-dolphinscheduler-incubating-1.3.5 [...]
+  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV 供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 apache-dolphinscheduler-incubating-1.3.5-src.zip,下载地址: <a href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 <code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ unzip apache-dolphinscheduler-incubating-1.3.5 [...]
   "link": "/dist/zh-cn/docs/1.3.5/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.6/user_doc/docker-deployment.html b/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
index 0e40bbf..47788b6 100644
--- a/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
+++ b/zh-cn/docs/1.3.6/user_doc/docker-deployment.html
@@ -50,6 +50,7 @@ $ docker-compose up -d
 <blockquote>
 <p>PowerShell 应该使用 <code>cd apache-dolphinscheduler-1.3.6-src\docker\docker-swarm</code></p>
 </blockquote>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h4>3、登录系统</h4>
 <p>访问前端页面: <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> (本地地址为 <a href="http://127.0.0.1:12345/dolphinscheduler">http://127.0.0.1:12345/dolphinscheduler</a>)</p>
 <p>默认的用户是<code>admin</code>,默认的密码是<code>dolphinscheduler123</code></p>
diff --git a/zh-cn/docs/1.3.6/user_doc/docker-deployment.json b/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
index 7224eb3..397309d 100644
--- a/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
+++ b/zh-cn/docs/1.3.6/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html
index 6c2632b..e9c754b 100644
--- a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html
+++ b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html
@@ -36,6 +36,7 @@ $ helm install dolphinscheduler . --set image.tag=1.3.6
 <blockquote>
 <p><strong>提示</strong>: 列出所有已发布的版本,使用 <code>helm list</code></p>
 </blockquote>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h2>访问 DolphinScheduler 前端页面</h2>
 <p>如果 <code>values.yaml</code> 文件中的 <code>ingress.enabled</code> 被设置为 <code>true</code>, 在浏览器中访问 <code>http://${ingress.host}/dolphinscheduler</code> 即可</p>
 <blockquote>
diff --git a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json
index 41d5e85..4f8486e 100644
--- a/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json
+++ b/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV 供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 <code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
+  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV 供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 <code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.html b/zh-cn/docs/latest/user_doc/docker-deployment.html
index 0e40bbf..47788b6 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.html
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.html
@@ -50,6 +50,7 @@ $ docker-compose up -d
 <blockquote>
 <p>PowerShell 应该使用 <code>cd apache-dolphinscheduler-1.3.6-src\docker\docker-swarm</code></p>
 </blockquote>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h4>3、登录系统</h4>
 <p>访问前端页面: <a href="http://192.168.xx.xx:12345/dolphinscheduler">http://192.168.xx.xx:12345/dolphinscheduler</a> (本地地址为 <a href="http://127.0.0.1:12345/dolphinscheduler">http://127.0.0.1:12345/dolphinscheduler</a>)</p>
 <p>默认的用户是<code>admin</code>,默认的密码是<code>dolphinscheduler123</code></p>
diff --git a/zh-cn/docs/latest/user_doc/docker-deployment.json b/zh-cn/docs/latest/user_doc/docker-deployment.json
index 7224eb3..397309d 100644
--- a/zh-cn/docs/latest/user_doc/docker-deployment.json
+++ b/zh-cn/docs/latest/user_doc/docker-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "docker-deployment.md",
-  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
+  "__html": "<h1>快速试用 Docker 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://docs.docker.com/engine/install/\">Docker</a> 1.13.1+</li>\n<li><a href=\"https://docs.docker.com/compose/\">Docker Compose</a> 1.11.0+</li>\n</ul>\n<h2>如何使用 Docker 镜像</h2>\n<p>有 3 种方式可以快速试用 DolphinScheduler</p>\n<h3>一、以 docker-compose 的方式启动 DolphinScheduler (推荐)</h3>\n<p>这种方式需要先安装 <a href=\"https://docs.docker.com/compose/\">docker-compose</a>, docker-compose 的安装网上已经有非常多的资料,请自行安装即可</p>\n<p>对于 Windows 7-10,你可 [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/docker-deployment.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/kubernetes-deployment.html b/zh-cn/docs/latest/user_doc/kubernetes-deployment.html
index 6c2632b..e9c754b 100644
--- a/zh-cn/docs/latest/user_doc/kubernetes-deployment.html
+++ b/zh-cn/docs/latest/user_doc/kubernetes-deployment.html
@@ -36,6 +36,7 @@ $ helm install dolphinscheduler . --set image.tag=1.3.6
 <blockquote>
 <p><strong>提示</strong>: 列出所有已发布的版本,使用 <code>helm list</code></p>
 </blockquote>
+<p><strong>PostgreSQL</strong> (用户 <code>root</code>, 密码 <code>root</code>, 数据库 <code>dolphinscheduler</code>) 和 <strong>ZooKeeper</strong> 服务将会默认启动</p>
 <h2>访问 DolphinScheduler 前端页面</h2>
 <p>如果 <code>values.yaml</code> 文件中的 <code>ingress.enabled</code> 被设置为 <code>true</code>, 在浏览器中访问 <code>http://${ingress.host}/dolphinscheduler</code> 即可</p>
 <blockquote>
diff --git a/zh-cn/docs/latest/user_doc/kubernetes-deployment.json b/zh-cn/docs/latest/user_doc/kubernetes-deployment.json
index 41d5e85..4f8486e 100644
--- a/zh-cn/docs/latest/user_doc/kubernetes-deployment.json
+++ b/zh-cn/docs/latest/user_doc/kubernetes-deployment.json
@@ -1,6 +1,6 @@
 {
   "filename": "kubernetes-deployment.md",
-  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV 供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 <code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
+  "__html": "<h1>快速试用 Kubernetes 部署</h1>\n<h2>先决条件</h2>\n<ul>\n<li><a href=\"https://helm.sh/\">Helm</a> 3.1.0+</li>\n<li><a href=\"https://kubernetes.io/\">Kubernetes</a> 1.12+</li>\n<li>PV 供应(需要基础设施支持)</li>\n</ul>\n<h2>安装 dolphinscheduler</h2>\n<p>请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: <a href=\"/zh-cn/download/download.html\">下载</a></p>\n<p>发布一个名为 <code>dolphinscheduler</code> 的版本(release),请执行以下命令:</p>\n<pre><code>$ tar -zxvf apache-dolphinscheduler-1.3.6-src.tar.gz\n$  [...]
   "link": "/dist/zh-cn/docs/1.3.6/user_doc/kubernetes-deployment.html",
   "meta": {}
 }
\ No newline at end of file