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 8d679a9cb Automated deployment: 
1da5b7e9900d7f2819b185dfca1076c2bc384958
8d679a9cb is described below

commit 8d679a9cb9f496057dbbd5488ab3aea70efbb9d0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 8 05:13:09 2022 +0000

    Automated deployment: 1da5b7e9900d7f2819b185dfca1076c2bc384958
---
 en-us/docs/dev/user_doc/guide/security.html  |   2 +-
 en-us/docs/dev/user_doc/guide/security.json  |   2 +-
 img/new_ui/dev/security/create-namespace.png | Bin 716511 -> 771019 bytes
 zh-cn/docs/dev/user_doc/guide/security.html  |   2 +-
 zh-cn/docs/dev/user_doc/guide/security.json  |   2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en-us/docs/dev/user_doc/guide/security.html 
b/en-us/docs/dev/user_doc/guide/security.html
index 6b57ca9d0..e5d3dc961 100644
--- a/en-us/docs/dev/user_doc/guide/security.html
+++ b/en-us/docs/dev/user_doc/guide/security.html
@@ -195,7 +195,7 @@
 <p>Add or update k8s cluster</p>
 </blockquote>
 <ul>
-<li>First enter the configuration of the k8s cluster connection into the table 
<code>t_ds_k8s</code> in the database, which will be configured later by the 
web page.</li>
+<li>First enter the configuration of the k8s cluster connection into the table 
<code>t_ds_k8s</code> in the database for batch job and will removed later, the 
creation of the namespace now selects the cluster by drop-down options.</li>
 </ul>
 <blockquote>
 <p>Add or update namespace</p>
diff --git a/en-us/docs/dev/user_doc/guide/security.json 
b/en-us/docs/dev/user_doc/guide/security.json
index 1c1c7a99b..e804d9f4b 100644
--- a/en-us/docs/dev/user_doc/guide/security.json
+++ b/en-us/docs/dev/user_doc/guide/security.json
@@ -1,6 +1,6 @@
 {
   "filename": "security.md",
-  "__html": "<h1>Security (Authorization System)</h1>\n<ul>\n<li>Only the 
administrator account in the security center has the authority to operate. It 
has functions such as queue management, tenant management, user management, 
alarm group management, worker group management, token management, etc. In the 
user management module, can authorize to the resources, data sources, projects, 
etc.</li>\n<li>Administrator login, the default username and password is 
<code>admin/dolphinscheduler123< [...]
+  "__html": "<h1>Security (Authorization System)</h1>\n<ul>\n<li>Only the 
administrator account in the security center has the authority to operate. It 
has functions such as queue management, tenant management, user management, 
alarm group management, worker group management, token management, etc. In the 
user management module, can authorize to the resources, data sources, projects, 
etc.</li>\n<li>Administrator login, the default username and password is 
<code>admin/dolphinscheduler123< [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/security.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/img/new_ui/dev/security/create-namespace.png 
b/img/new_ui/dev/security/create-namespace.png
index aac7cdf79..c7a763262 100644
Binary files a/img/new_ui/dev/security/create-namespace.png and 
b/img/new_ui/dev/security/create-namespace.png differ
diff --git a/zh-cn/docs/dev/user_doc/guide/security.html 
b/zh-cn/docs/dev/user_doc/guide/security.html
index ce824d69e..3cbd0f515 100644
--- a/zh-cn/docs/dev/user_doc/guide/security.html
+++ b/zh-cn/docs/dev/user_doc/guide/security.html
@@ -187,7 +187,7 @@ worker.groups=default,test
 <p>创建/更新 k8s集群</p>
 </blockquote>
 <ul>
-<li>先把k8s集群连接的配置录入 database 的表 <code>t_ds_k8s</code>,后续会通过页面配置.</li>
+<li>先把k8s集群连接的配置录入 database 的表 
<code>t_ds_k8s</code>给批次使用后续移除,namespace的创建现在通过下拉选择集群.</li>
 </ul>
 <blockquote>
 <p>创建/更新 namespace</p>
diff --git a/zh-cn/docs/dev/user_doc/guide/security.json 
b/zh-cn/docs/dev/user_doc/guide/security.json
index de88139e4..7501c7d9d 100644
--- a/zh-cn/docs/dev/user_doc/guide/security.json
+++ b/zh-cn/docs/dev/user_doc/guide/security.json
@@ -1,6 +1,6 @@
 {
   "filename": "security.md",
-  "__html": 
"<h1>安全中心(权限系统)</h1>\n<ul>\n<li>安全中心只有管理员账户才有权限操作,分别有队列管理、租户管理、用户管理、告警组管理、worker分组管理、令牌管理等功能,在用户管理模块可以对资源、数据源、项目等授权</li>\n<li>管理员登录,默认用户名/密码:admin/dolphinscheduler123</li>\n</ul>\n<h2>创建队列</h2>\n<ul>\n<li>队列是在执行
 spark、mapreduce 等程序,需要用到“队列”参数时使用的。</li>\n<li>管理员进入安全中心 -&gt; 
队列管理页面,点击“创建队列”按钮,创建队列。</li>\n</ul>\n<p><img 
src=\"/img/new_ui/dev/security/create-queue.png\" 
alt=\"create-queue\"></p>\n<h2>添加租户</h2>\n<ul>\n<li>租户对应的是 Linux 的用户,用于 worker 
提交作业所使用的用户。如果 linux 没有这个用户,则会导致任 [...]
+  "__html": 
"<h1>安全中心(权限系统)</h1>\n<ul>\n<li>安全中心只有管理员账户才有权限操作,分别有队列管理、租户管理、用户管理、告警组管理、worker分组管理、令牌管理等功能,在用户管理模块可以对资源、数据源、项目等授权</li>\n<li>管理员登录,默认用户名/密码:admin/dolphinscheduler123</li>\n</ul>\n<h2>创建队列</h2>\n<ul>\n<li>队列是在执行
 spark、mapreduce 等程序,需要用到“队列”参数时使用的。</li>\n<li>管理员进入安全中心 -&gt; 
队列管理页面,点击“创建队列”按钮,创建队列。</li>\n</ul>\n<p><img 
src=\"/img/new_ui/dev/security/create-queue.png\" 
alt=\"create-queue\"></p>\n<h2>添加租户</h2>\n<ul>\n<li>租户对应的是 Linux 的用户,用于 worker 
提交作业所使用的用户。如果 linux 没有这个用户,则会导致任 [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/security.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to