helm-whatup icon indicating copy to clipboard operation
helm-whatup copied to clipboard

Helm 3 compatibility

Open foux opened this issue 4 years ago • 7 comments

Hi there! What is a fantastic plugin, but it unfortunately doesn't install under helm 3.

Here's the output of helm plugin install https://github.com/bacongobbler/helm-whatup under helm3 :

Downloading https://github.com/bacongobbler/helm-whatup/releases/download/v0.2.1/helm-whatup-0.2.1-darwin-amd64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   627    0   627    0     0   1551      0 --:--:-- --:--:-- --:--:--  1555
100 7616k  100 7616k    0     0  1893k      0  0:00:04  0:00:04 --:--:-- 2368k
Preparing to install into /plugins/helm-whatup
cp: /plugins/helm-whatup: No such file or directory
cp: /tmp/helm-whatup/bin: unable to copy extended attributes to /plugins/helm-whatup: No such file or directory
cp: /plugins/helm-whatup/helm-whatup: No such file or directory
Failed to install helm-whatup
\tFor support, go to https://github.com/bacongobbler/helm-whatup.
Error: plugin install hook for "whatup" exited with error

Thanks for the fantastic plugin!

foux avatar Nov 19 '19 08:11 foux

There's a few other things this plugin will need to change before it can work for Helm 3 as well:

  • remove the reliance on Tiller to look up release metadata
  • remove all the TLS-related flags, as there's no need to use those now that Tiller's gone

This will result in a new major release of the plugin as helm-whatup 2.0.

bacongobbler avatar Nov 19 '19 17:11 bacongobbler

While waiting that the Pull-Request will be accepted I created a (temporary) release which supports helm v3: https://github.com/fabmation-gmbh/helm-whatup/releases/tag/v0.3.0

l0nax avatar Dec 04 '19 13:12 l0nax

Any plan on getting this done ? Maybe it was added to helm itself in v3 ?

eddycharly avatar Apr 20 '20 09:04 eddycharly

same issue...

➜ helm plugin install https://github.com/bacongobbler/helm-whatup Downloading https://github.com/bacongobbler/helm-whatup/releases/download/v0.2.1/helm-whatup-0.2.1-darwin-amd64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 648 100 648 0 0 495 0 0:00:01 0:00:01 --:--:-- 495 100 7616k 100 7616k 0 0 1710k 0 0:00:04 0:00:04 --:--:-- 2788k Preparing to install into /plugins/helm-whatup cp: /plugins/helm-whatup: No such file or directory cp: /tmp/helm-whatup/bin: unable to copy extended attributes to /plugins/helm-whatup: No such file or directory cp: /plugins/helm-whatup/helm-whatup: No such file or directory Failed to install helm-whatup \tFor support, go to https://github.com/bacongobbler/helm-whatup. Error: plugin install hook for "whatup" exited with error

orefalo avatar Apr 22 '20 19:04 orefalo

got it installed with helm plugin install https://github.com/fabmation-gmbh/helm-whatup Tks

orefalo avatar Apr 22 '20 19:04 orefalo

Thanks @orefalo !

eddycharly avatar May 02 '20 08:05 eddycharly

got it installed with helm plugin install https://github.com/fabmation-gmbh/helm-whatup Tks

Which version of Helm are you using? I am getting an error when using helm3.2.1

helm3 plugin install https://github.com/fabmation-gmbh/helm-whatup

Downloading Added
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: Added
Failed to install helm-whatup
	For support, go to https://github.com/fabmation-gmbh/helm-whatup.
Error: plugin install hook for "whatup" exited with error

cmarquezrusso avatar Jul 07 '20 13:07 cmarquezrusso