Couldn't find helm binary when installing Testkube components #1378
-
**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 To Reproduce
Expected behavior Version / Cluster
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
@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. |
Beta Was this translation helpful? Give feedback.
-
@bioslikk docs were update there #1310, not sure about helm installation, because it's beyond testkube scope |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing it out @mgoodwin1989. Are you all set otherwise? |
Beta Was this translation helpful? Give feedback.
-
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:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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