-
Notifications
You must be signed in to change notification settings - Fork 963
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
Add jobflow-related content to Volcano automatic installation and deployment #2936
Add jobflow-related content to Volcano automatic installation and deployment #2936
Conversation
…e-development-yaml Signed-off-by: lowang_bh <[email protected]>
b615fb0
to
9fdf24b
Compare
02008c3
to
c003d05
Compare
… a dependent manner to solve the problem that a single chart package exceeds the 1MB limit Signed-off-by: wangyang <[email protected]>
c003d05
to
d284d35
Compare
I test the helm install and it works. One more thing, user need to run two commands when installing it first time. And user will met an error and the prompted My opinion at first is to use subchart with the same one command. |
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
/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 |
Add the crd definition and helm package content of jobflow, and solve the problem that the content of the helm package in #2882 exceeds the upper limit of 1MB.
The specific content is as follows:
The crd in Volcano is divided into two file groups to independently manage the contents of the helm package
Install jobflow as a dependency of Volcano
When the user's local source code uses helm to deploy Volcano, perform the following operations:
Compared with the master, the operation of updating the dependent chart package in the first step is added