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

Offline installation of helm plugin.

Open khayalghosh opened this issue 2 years ago • 2 comments

Hey,

Is there a way we can do offline installation of the helm-mapkubeapis plugin without hitting internet. I did try to modify the install_plugin.sh script with my internal repo and pushed helm-mapkubeapis_0.3.0_linux_amd64.tar.gz to my local repo but the installation is not successful.

khayalghosh avatar Aug 02 '22 10:08 khayalghosh

I don't know if I can help much without seeing the environment, but maybe taking a look at the helm plugin docs will help. Maybe the $HELM_PLUGINS isn't set?

drewgonzales360 avatar Aug 02 '22 16:08 drewgonzales360

@khayalghosh If you have the sources in a local directory, you can install directly from your local build. https://github.com/helm/helm-mapkubeapis#developer-from-source-install

pgier avatar Aug 12 '22 16:08 pgier

@khayalghosh Does the response by @pgier in https://github.com/helm/helm-mapkubeapis/issues/76#issuecomment-1213289942 answer your question?

hickeyma avatar Aug 18 '22 14:08 hickeyma

I agree we should extract tarball at HELM_PLUGIN location did worked!

khayalghosh avatar Aug 18 '22 20:08 khayalghosh