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

Error: failed to download "kvaps/kube-linstor" #16

Closed
tobg opened this issue Sep 7, 2020 · 4 comments
Closed

Error: failed to download "kvaps/kube-linstor" #16

tobg opened this issue Sep 7, 2020 · 4 comments

Comments

@tobg
Copy link

tobg commented Sep 7, 2020

Hello, tried to follow the read.me. Everything is working except the following:

helm install linstor01 kvaps/kube-linstor --version 1.7.2
--namespace linstor
-f linstor.yaml

Error: failed to download "kvaps/kube-linstor" (hint: running helm repo update may help)

@tobg
Copy link
Author

tobg commented Sep 7, 2020

This should do the trick. Hope this is correct.?

It is linstor not kube-linstor

helm install linstor kvaps/linstor --version 1.7.2
--namespace linstor
-f linstor.yaml

@kvaps
Copy link
Owner

kvaps commented Sep 7, 2020

Hi, I've not released 1.8.0 version yet due amount of issues:

If you want 1.8.0, try installing it locally from the devel branch.

helm install linstor helm/kube-linstor --namespace linstor -f examples/linstor.yaml

where helm/kube-linstor is path to https://github.com/kvaps/kube-linstor/tree/devel/helm/kube-linstor

there is used modified image with fixes from this post LINBIT/linstor-server#171 (comment)

@tobg
Copy link
Author

tobg commented Sep 7, 2020

Oh sorry. My fault. I tried it with 1.7.2 and also with 1.8.0. I corrected my initial post.

@kvaps
Copy link
Owner

kvaps commented Sep 7, 2020

I see, yep, seems simple typo in chart name.
Last week I prepared helm repository and updated instruction to install chart from it instead of cloning git repository.

Fixed in f99f3b3. Thanks for the report!

@kvaps kvaps closed this as completed Sep 7, 2020
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

2 participants