Skip to content
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

Feature request: Installing plugins from HTTP-source #400

Closed
kvaps opened this issue Nov 20, 2019 · 3 comments
Closed

Feature request: Installing plugins from HTTP-source #400

kvaps opened this issue Nov 20, 2019 · 3 comments

Comments

@kvaps
Copy link
Member

kvaps commented Nov 20, 2019

Hi, since main krew-index repository have quite strict moderation, I'd like to host manifests for my plugins on my own and provide krew users simple command to install it like:

kubectl krew install --manifest=https://github.com/kubernetes-sigs/krew-index/raw/f05fb4e8caff684954df122dc356d532163c0e85/plugins/use.yaml

Also it would be nice allow to use -f option instead of --manifest because this is quite common for kubectl command

@corneliusweig
Copy link
Contributor

You will be glad to learn that krew has a multi-index feature on its roadmap. However, it will take some time until it's here.

Your current approach to install directly from manifest URL has been implemented here #350, but the work is not quite finished yet. Installing via a manifest reference has one important drawback, namely that users will not receive updates.

Consequently, the --manifest option is just intended for development purposes. In that light, a shorthand option -f does not make sense to me.

@ahmetb
Copy link
Member

ahmetb commented Nov 24, 2019

since main krew-index repository have quite strict moderation

For this we'll support tapping to custom plugin indexes (#23). So installing plugin manifests from HTTP URL is not really what you need.
/close

@k8s-ci-robot
Copy link
Contributor

@ahmetb: Closing this issue.

In response to this:

since main krew-index repository have quite strict moderation

For this we'll support tapping to custom plugin indexes (#23). So installing plugin manifests from HTTP URL is not really what you need.
/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants