-
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
Drop VPA vendor directory in favor of Go modules #6901
Conversation
Signed-off-by: Feruzjon Muyassarov <[email protected]>
Refactor 'hack/for-go-proj.sh' script to accommodate changes in vendor directory of vertical-pod-autoscaler. Signed-off-by: Feruzjon Muyassarov <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fmuyassarov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @x13n @Shubham82 |
Signed-off-by: Feruzjon Muyassarov <[email protected]>
Signed-off-by: Feruzjon Muyassarov <[email protected]>
@fmuyassarov: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
#4878 was specifically about CA. We need to check with VPA owners if this is also a desired change here. /assign kwiesmueller |
Personally I prefer having a vendor directory as it makes it way easier to review the actual code being patched in PRs (which is getting more and more essential in a time where supply chain attacks are on the rise). /assign @raywainman @voelzmo |
Another argument from my personal experience with this discussion (I can't count anymore how many projects we had this discussion on), is that CI usually became slower and flakier (network issues) when we relied on the build process pulling the vendors every build. Not sure if we have good enough caching on GitHub. |
Hey folks. I don't have a strong opinion on this nor I don't have a reason to push. If you think it creates problems rather than improving the project, I would say we better close the PR (at least for the time being). |
@fmuyassarov: Closed 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-sigs/prow repository. |
What type of PR is this?
/kind cleanup
/kind deprecation
What this PR does / why we need it:
Drop
vertical-pod-autoscaler
vendor directory in favor of Go modules. We're started this processfrom
cluster-autoscaler
in #6572.Which issue(s) this PR fixes:
Fixes #4878
Special notes for your reviewer:
After this I will file one more PR for dropping vendor-directory in
addon-resizer
too.Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: