EricGao888 commented on code in PR #14307:
URL: 
https://github.com/apache/dolphinscheduler/pull/14307#discussion_r1222633883


##########
docs/docs/en/guide/task/kubernetes.md:
##########
@@ -16,17 +16,17 @@ K8S task type used to execute a batch task. In this task, 
the worker submits the
 
 - Please refer to [DolphinScheduler Task Parameters Appendix](appendix.md) 
`Default Task Parameters` section for default parameters.
 
-|  **Parameter**   |                                                           
                                                                              
**Description**                                                                 
                                                                         |
-|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Namespace        | The namespace for running k8s task.                       
                                                                                
                                                                                
                                                                       |
-| Min CPU          | Minimum CPU requirement for running k8s task.             
                                                                                
                                                                                
                                                                       |
-| Min Memory       | Minimum memory requirement for running k8s task.          
                                                                                
                                                                                
                                                                       |
-| Image            | The registry url for image.                               
                                                                                
                                                                                
                                                                       |
-| Command          | The container execution command (yaml-style array), for 
example: ["printenv"]                                                           
                                                                                
                                                                         |
-| Args             | The args of execution command (yaml-style array), for 
example: ["HOSTNAME", "KUBERNETES_PORT"]                                        
                                                                                
                                                                           |
-| Custom label     | The customized labels for k8s Job.                        
                                                                                
                                                                                
                                                                       |
-| Node selector    | The label selectors for running k8s pod. Different value 
in value set should be seperated by command, for example: `value1,value2`. You 
can refer to 
https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/node-selector-requirement/
 for configuration of different operators. |
-| Custom parameter | It is a local user-defined parameter for K8S task, these 
params will pass to container as environment variables.                         
                                                                                
                                                                        |
+|  **Parameter**   |                                                           
                                                                             
**Description**                                                                 
                                                                        |
+|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Namespace        | The namespace for running k8s task.                       
                                                                                
                                                                                
                                                                     |
+| Min CPU          | Minimum CPU requirement for running k8s task.             
                                                                                
                                                                                
                                                                     |
+| Min Memory       | Minimum memory requirement for running k8s task.          
                                                                                
                                                                                
                                                                     |
+| Image            | The registry url for image.                               
                                                                                
                                                                                
                                                                     |
+| Command          | The container execution command (yaml-style array), for 
example: ["printenv"]                                                           
                                                                                
                                                                       |
+| Args             | The args of execution command (yaml-style array), for 
example: ["HOSTNAME", "KUBERNETES_PORT"]                                        
                                                                                
                                                                         |
+| Custom label     | The customized labels for k8s Job.                        
                                                                                
                                                                                
                                                                     |
+| Node selector    | The label selectors for running k8s pod. Different value 
in value set should be seperated by comma, for example: `value1,value2`. You 
can refer to 
https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/node-selector-requirement/
 for configuration of different operators. |

Review Comment:
   Do we need to update the Chinese version doc?



-- 
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]

Reply via email to