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/pkg/controllers/job/job_controller_util.go
Lines 153 to 154 in 3632d36
It looks this label is used for service, also I am not sure what is job service for.
The text was updated successfully, but these errors were encountered:
Labels key can not contain '/'
How about kubernetes.io/arch=amd64?
kubernetes.io/arch=amd64
xref https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#kubernetes-io-os
It's a headless service to publish node name of each pod.
Sorry, something went wrong.
Oh, i remember wrongly, const dns1123LabelFmt string = "[a-z0-9]([-a-z0-9]*[a-z0-9])?" is for name validation
const dns1123LabelFmt string = "[a-z0-9]([-a-z0-9]*[a-z0-9])?"
/close
No branches or pull requests
volcano/pkg/controllers/job/job_controller_util.go
Lines 153 to 154 in 3632d36
It looks this label is used for service, also I am not sure what is job service for.
The text was updated successfully, but these errors were encountered: