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

[dolphinscheduler] branch dev updated: [doc] Add notice when environment can not select (#11276)

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

zhongjiajie 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 dc3ab6af11 [doc] Add notice when environment can not select (#11276)
dc3ab6af11 is described below

commit dc3ab6af11db0d11e3349e5c097d5f20ea483b47
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Thu Aug 4 11:08:11 2022 +0800

    [doc] Add notice when environment can not select (#11276)
    
    ref: #11249
    
    Co-authored-by: Eric Gao <er...@gmail.com>
---
 docs/docs/en/guide/security.md | 2 ++
 docs/docs/zh/guide/security.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/docs/en/guide/security.md b/docs/docs/en/guide/security.md
index ca998c06da..d7f0d841e8 100644
--- a/docs/docs/en/guide/security.md
+++ b/docs/docs/en/guide/security.md
@@ -152,6 +152,8 @@ Create a task node in the workflow definition, select the worker group and the e
 
 ![use-environment](../../../img/new_ui/dev/security/use-environment.png)
 
+> NOTE: Please make sure you have associated the `Environments` with your `worker groups` if you can not select the `Environment Name` in workflow definition page or when triggering workflows.
+
 ## Cluster Management
 
 > Add or update cluster
diff --git a/docs/docs/zh/guide/security.md b/docs/docs/zh/guide/security.md
index 80417b39dc..0c61672c5b 100644
--- a/docs/docs/zh/guide/security.md
+++ b/docs/docs/zh/guide/security.md
@@ -149,6 +149,8 @@ worker.groups=default,test
 
 ![use-environment](../../../img/new_ui/dev/security/use-environment.png)
 
+> 注意: 当无法在任务定义或工作流运行对话框中使用你想要使用的环境时,请检查您已经选择worker,并且您要使用的环境已经关联到您选择的worker中
+
 ## 集群管理
 
 > 创建/更新 集群