rickchengx commented on issue #12356:
URL: 
https://github.com/apache/dolphinscheduler/issues/12356#issuecomment-1277214185

   It seems that `ProcessServiceImpl.findConfigYamlByName` wants to query the 
table `t_ds_k8s`, but actually this table is empty.
   
   
https://github.com/apache/dolphinscheduler/blob/22103f975ebe3d3697c9173013356cab8548a1c6/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java#L3168-L3176
   
   After my check, `t_ds_cluster` is inserted when creating cluster (step 1) 
and `t_ds_k8s_namespace` is inserted when creating k8s namespace (step 2).
   
   But I don't know what's the usage of table `t_ds_k8s`, could anyone help me?


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