-
Notifications
You must be signed in to change notification settings - Fork 4k
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
VPA: Remove the vendor dir #7570
Comments
/remove-kind feature |
/assign davidspek |
@adrianmoisey: GitHub didn't allow me to assign the following users: davidspek. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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-sigs/prow repository. |
/open Still waiting on #7572 |
/reopen |
@adrianmoisey: Reopened this issue. 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-sigs/prow repository. |
Which component are you using?:
/area vertical-pod-autoscaler
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
Remove the vendor dir for dev-productivity purposes. Right now, on updating dependencies the GitHub web app crashes. The vendor dir also causes delays while cloning the rep and while resolving conflicts (you get unnecessary conflicts under the vendor dir).
Describe the solution you'd like.:
Remove the vendor dir for the VPA. The cluster-autoscaler no longer has a vendor dir. It seems to be removed with #6973.
Describe any alternative solutions you've considered.:
N/A
Additional context.:
See #7551 (comment)
The text was updated successfully, but these errors were encountered: