caishunfeng commented on code in PR #9881: URL: https://github.com/apache/dolphinscheduler/pull/9881#discussion_r865581317
########## docs/docs/zh/guide/security.md: ########## @@ -148,3 +148,15 @@ worker.groups=default,test - 在工作流定义中创建任务节点选择 worker 分组和 worker 分组对应的环境,任务执行时 worker 会先执行环境在执行任务.  + +## 命名空间管理 + +> 创建/更新 k8s集群 + +- 先把k8s集群连接的配置录入db的表 t_ds_k8s,后续会通过页面配置. + +> 创建/更新 namespace + +- 创建和授权后,在相关k8s任务选择命名空间时下拉可选,如果k8s集群名字是ds_null_k8s是测试模式,不会真正操作集群. Review Comment: ```suggestion - 创建和授权后,在相关k8s任务选择命名空间时下拉可选,如果k8s集群名字是`ds_null_k8s`是测试模式,不会真正操作集群. ``` ########## docs/docs/zh/guide/security.md: ########## @@ -148,3 +148,15 @@ worker.groups=default,test - 在工作流定义中创建任务节点选择 worker 分组和 worker 分组对应的环境,任务执行时 worker 会先执行环境在执行任务.  + +## 命名空间管理 + +> 创建/更新 k8s集群 + +- 先把k8s集群连接的配置录入db的表 t_ds_k8s,后续会通过页面配置. + +> 创建/更新 namespace + +- 创建和授权后,在相关k8s任务选择命名空间时下拉可选,如果k8s集群名字是ds_null_k8s是测试模式,不会真正操作集群. Review Comment: It's better to add what can be tested in the test mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
