jiwq edited a comment on pull request #622: URL: https://github.com/apache/submarine/pull/622#issuecomment-871934404
@kevin85421 > Q1: Does "job name" mean "experiment name"? Yes, it is experiment spec name field. Because we defined the name in experiment spec, so I think we should keep this concept and user should not to know the real pod name. > Q2: Does "pod label" mean "pod name"? NO. More info see https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ By example, user defined the mnist tensorflow experiment spec in submarine and submit twice, we can found mnist-1 and mnist-2 jobs. If user want to query the minist experiment, he/her only should use the mnist as the query param to retrieve the list of experiments. And if want get more info should use the specific name we can call it instance name, which is mnist-1 or mnist-2 etc. Simplify, I think we should two tasks to do. 1. Fill the K8s object labels use experiment name field. 2. Append the counter after the job(tfjob/pytorch job)'s name which is defined in experiment spec. -- 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]
