-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Revert "git: Use VolumeHost.GetExec() to execute stuff in volume plugins" #62394
Revert "git: Use VolumeHost.GetExec() to execute stuff in volume plugins" #62394
Conversation
…ins" This reverts commit c578542. Older distros (centos 7, ubuntu 14.04) use older git than required by the reverted patch.
/retest |
@rootfs, you reviewed the original PR, can you please look at this one? |
@saad-ali, this is another thing that I'd like to fix in 1.10.x - I give up with mount container for git, it's deprecated and users can use init containers with the same effect. So let's roll back my changes, make git volume working everywhere and don't touch it. |
/assign @rootfs |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: childsb, jsafrane 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 |
Automatic merge from submit-queue (batch tested with PRs 60476, 62462, 61391, 62535, 62394). If you want to cherry-pick this change to another branch, please follow the instructions here. |
This reverts commit c578542 (PR #51098). The PR added support for containerized git, on the other hand it required git 1.8.5. This breaks git volumes on older distros (CentOS 7, Ubuntu 14.04) that have old git.
Git volumes are getting deprecated (#60999) so we should restore it to the last working state and not touch it any longer.
Release note:
I'd like to cherry-pick it into 1.10.
/sig storage