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

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


The following commit(s) were added to refs/heads/master by this push:
     new b31438e  add worker group docments (#464)
b31438e is described below

commit b31438eb39b25b632881ee56c83481eb7ff1d22f
Author: OS <[email protected]>
AuthorDate: Mon Oct 25 17:03:27 2021 +0800

    add worker group docments (#464)
    
    * add worker group documents
    
    * Update docs/zh-cn/dev/user_doc/guide/security.md
    
    Co-authored-by: Jiajie Zhong <[email protected]>
    
    * Update docs/en-us/dev/user_doc/guide/security.md
    
    Co-authored-by: Jiajie Zhong <[email protected]>
    
    Co-authored-by: Jiajie Zhong <[email protected]>
---
 docs/en-us/dev/user_doc/guide/security.md | 3 ++-
 docs/zh-cn/dev/user_doc/guide/security.md | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/en-us/dev/user_doc/guide/security.md 
b/docs/en-us/dev/user_doc/guide/security.md
index 8a1aebe..84e7c77 100644
--- a/docs/en-us/dev/user_doc/guide/security.md
+++ b/docs/en-us/dev/user_doc/guide/security.md
@@ -136,6 +136,7 @@ When the task is executed, the task can be assigned to the 
specified worker grou
 ```conf
 worker.groups=default,test
 ```
+- You can also modify the worker group for worker which be assigned to 
specific worker group, and if the modification is successful, the worker will 
use the new group and ignore the configuration in `worker.properties`. The step 
to modify it as below: "security center -> worker group management -> click 
'new worker group' -> click 'new worker group' ->  enter 'group name' -> select 
exists worker -> click submit". 
 
 ## Environmental Management
 
@@ -159,4 +160,4 @@ worker.groups=default,test
 
     <p align="center">
         <img src="/img/use-environment.png" width="80%" />
-    </p>
\ No newline at end of file
+    </p>
diff --git a/docs/zh-cn/dev/user_doc/guide/security.md 
b/docs/zh-cn/dev/user_doc/guide/security.md
index 3e6a6c2..0e8125d 100644
--- a/docs/zh-cn/dev/user_doc/guide/security.md
+++ b/docs/zh-cn/dev/user_doc/guide/security.md
@@ -139,6 +139,8 @@
 worker.groups=default,test
 ```
 
+- 
也可以在运行中修改worker所属的worker分组,如果修改成功,worker就会使用这个新建的分组,忽略`worker.properties`中的配置。修改步骤为"安全中心
 -> worker分组管理 -> 点击 '新建worker分组' -> 输入'组名称' -> 选择已有worker -> 点击'提交'"
+
 ## 环境管理
 
 * 在线配置Worker运行环境,一个Worker可以指定多个环境,每个环境等价于dolphinscheduler_env.sh文件.

Reply via email to