-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
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
fix job CRD metadata.annotations: Too long
error
#3197
fix job CRD metadata.annotations: Too long
error
#3197
Conversation
062b142
to
c008e50
Compare
CRD metadata.annotations: Too long
error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this repair is good, because when the yaml is regenerated, it will be overwritten.
c008e50
to
bdecb1f
Compare
yeah, it's a question, |
bdecb1f
to
ef01b21
Compare
ef01b21
to
c145a6b
Compare
Signed-off-by: Xuzheng Chang <[email protected]>
c145a6b
to
de41006
Compare
Limit the volcano job crd yaml's description when using CONTROLLER_GEN, please check it once more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: william-wang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix #3107