-
Notifications
You must be signed in to change notification settings - Fork 371
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
Proposal: support custom index repositories #23
Comments
There's a design at https://docs.google.com/document/d/1fG3ST0QbadQGcxNiFAZ9GhX_RZ8pm3piT99UK3FbT88/edit?ts=5b75a2a6 if anyone wants to review. |
/cc @juanvallejo @soltysh |
@ahmetb @juanvallejo @soltysh any update on this issue? any way to help? I'm excited to try this out for Airbnb but support for custom index repositories is likely a requirement for us. |
@melaniecebula I've started a draft here to begin gathering thoughts on how to begin implementing this. Feel free to contribute or leave feedback on there |
@juanvallejo the link is not available for public access |
@ahmetb Here's a clone of that document with public access: https://docs.google.com/document/d/1ofz884w9pQo4d1aolgPdYdLWSi1H5mtisoKAgmTW2kg/edit?usp=sharing (not sure I'm able to make original doc publicly accessible with that account) |
hey, wondering what the next steps are for pushing this forward? we've been writing many kubectl plugins internally which are specific to our stack, and being able to distribute them with krew would be a huge improvement over the manual process we use now. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
This comment has been minimized.
This comment has been minimized.
/lifecycle frozen |
We are moving ahead with the concrete proposal at #483. |
Krew should support customizable index repositories.
This would allow users to distribute plugins without requiring them to make a pull request to the centralized index repo like "krew-index".
Similarly, this would allow vendors to distribute their plugins that are too specific or one-off to be in the centralized index repo.
Work here is probably:
update
/upgrade
paths to keep taps in mind@lbb has showed interest to work on this.
The text was updated successfully, but these errors were encountered: