-
Notifications
You must be signed in to change notification settings - Fork 139
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Couldn't find helm binary when installing Testkube components #1309
Comments
Updating documentation will resolve issue kubeshop#1309
@kubeshop/testkube Would it be possible to install helm in case it's not installed ? Either Way, probably worth to add helm as a requirement in our docs. |
@bioslikk docs were update there #1310, not sure about helm installation, because it's beyond testkube scope |
Thanks for pointing it out @mgoodwin1989. Are you all set otherwise? |
Yep. Just getting on board with TestKube. I was able to install components.
I’m good to go. Thanks for checking back with me.
Thanks,
Matt
…On Mon, Apr 18, 2022 at 1:42 PM Dmitry ***@***.***> wrote:
Thanks for pointing it out @mgoodwin1989 <https://github.com/mgoodwin1989>.
Are you all set otherwise?
—
Reply to this email directly, view it on GitHub
<#1309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF5TTZOPNKM2LRYKCOD2QTVFWNI3ANCNFSM5TS37OJQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I assume that we could use helm api from some kind of helm go library? For sure it would need to be researched but should be possible- we would get rid of helm binary dependency then. @vsukhin @nicufk @vLia what do you think? Helm is doing quite a lot in e.g. install cmd https://github.com/helm/helm/blob/v3.8.2/cmd/helm/install.go |
yes, helm 3 has go sdk. so, technically we can have a deep integraion with helm if we want, but it also means that testkube will contain helm inside, even if most of the users will already have helm installed. For me, it's really questionable, depending if users have real demand for this |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
**I followed the Testkube plugin installation instruction and there is no mention of helm needing to be installed but when I tried to install the Testkube components using command
kubectl testkube install
I got the following error:To Reproduce
Steps to reproduce the behavior:
kubectl testkube install
Expected behavior
Teskube components would be installed in the Kubenetes cluster
Version / Cluster
The text was updated successfully, but these errors were encountered: