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
volcano.sh/task-index
Is your feature request related to a problem? Please describe. current, volcano task pod has label:
volcano.sh/job-name volcano.sh/task-spec=worker
but missed task-index
task-index is important:
task-index
job-name task-spec task-index
TASK_INDEX
VC_TASK_INDEX
Describe the solution you'd like
add a volcano.sh/task-index to pod label
Describe alternatives you've considered
I want to know the reason why task-index not set to pod annotation
Additional context
the kubeflow training-operator project provider those labels in the task pod:
training.kubeflow.org/job-name training.kubeflow.org/replica-type=chief training.kubeflow.org/replica-index=0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
current, volcano task pod has label:
but missed task-index
task-index is important:
task-index
from pod object label, instead of parsing pod namejob-name task-spec task-index
if someone need a k8s Service for a target task PodTASK_INDEX
; the env plugin provide env keyVC_TASK_INDEX
which user cannot custom the name.Describe the solution you'd like
add a
volcano.sh/task-index
to pod labelDescribe alternatives you've considered
I want to know the reason why task-index not set to pod annotation
Additional context
the kubeflow training-operator project provider those labels in the task pod:
The text was updated successfully, but these errors were encountered: