We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should include the TfJob name in the labels of all resources. This would make it easy to identify all resources associated with a particular job.
Here is the current set of labels attached to a pod.
labels: controller-uid: e5e93fc9-b5e5-11e7-8522-42010a8e01a4 job-name: master-76no-0 job_type: MASTER mlkube.io: "" runtime_id: 76no task_index: "0"
The text was updated successfully, but these errors were encountered:
Add Name of the job to the labels.
c52bcf6
* This will make it easier to fetch resources belonging to a specific job. * Fixes kubeflow#72.
Name label (#105)
e807068
Add Name of the job to the labels. This will make it easier to fetch resources belonging to a specific job. * Fixes #72.
No branches or pull requests
We should include the TfJob name in the labels of all resources. This would make it easy to identify all resources associated with a particular job.
Here is the current set of labels attached to a pod.
The text was updated successfully, but these errors were encountered: