-
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
imagePullPolicy changed from IfNotPresent to Always #2721
imagePullPolicy changed from IfNotPresent to Always #2721
Conversation
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 think you should modify the file in installer/helm/chart/volcano, and run make update-development-yaml
69a2d90
to
d59178a
Compare
Thanks for your guidance, fixed. |
d59178a
to
618d796
Compare
At present, it is not possible to change the e2e compiles the image locally and deploys the volcano through helm. If it is changed to The current PR is closed, and more appropriate modification methods are being considered in the future |
@wangyang0616 |
/reopen |
@wangyang0616: Reopened this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
… it is more reasonable to use the Always policy for mirror download Signed-off-by: wangyang <[email protected]>
618d796
to
1ea29a7
Compare
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.
/lgtm
/priority important-soon |
/assign @Thor-wl @k82cn @william-wang @shinytang6 |
@wangyang0616 If the tag of the image has always been 'lastest', changing it to |
@xiao-jay: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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: jasonliu747, 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 |
When Volcano is installed on the main branch, the latest version of the image is used.
Is it more reasonable to use the Always policy for the imagePullPolicy to avoid the user's local image cache, resulting in the inability to use the latest image?
Related questions: #2672