-
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
[cherry-pick for release-1.9]fix jobflow CRD metadata.annotations: Too long error #3356
[cherry-pick for release-1.9]fix jobflow CRD metadata.annotations: Too long error #3356
Conversation
18340d4
to
4d32ea8
Compare
Makefile
Outdated
@@ -114,6 +114,8 @@ manifests: controller-gen | |||
$(CONTROLLER_GEN) "crd:maxDescLen=0,crdVersions=v1beta1" paths="./vendor/volcano.sh/apis/pkg/apis/batch/v1alpha1" output:crd:artifacts:config=config/crd/volcano/v1beta1 | |||
# jobflow crd base | |||
$(CONTROLLER_GEN) $(CRD_OPTIONS) paths="./vendor/volcano.sh/apis/pkg/apis/flow/v1alpha1" output:crd:artifacts:config=config/crd/jobflow/bases | |||
# generate volcano jobflow crd yaml without description to avoid yaml size limit when using `kubectl apply` |
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.
pls format the comments
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.
done
Signed-off-by: wangyang <[email protected]> Signed-off-by: guoqinwill <[email protected]>
Signed-off-by: wangyang <[email protected]> Signed-off-by: guoqinwill <[email protected]>
4d32ea8
to
403667f
Compare
/LGTM |
/lgtm |
[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 |
cherry-pick:#3347