Open fbalicchia opened 6 years ago
Hello; thanks for using the helm-maven-plugin
project.
Your configuration looks fine.
helm-maven-plugin
uses the microBean Helm project under the covers, and that project uses the fabric8 Kubernetes client library. It is that library which governs how network connections to Tiller, Helm's back-end component, are made. Specifically, there are a lot of configuration sources that are tried by default. I suspect that this is probably the source of your problem. Good luck!
I'm getting the same issue. It's using the config file in ~/.kube
and that configuration is correct (it works with using helm otherwise).
I'm not sure what to tell you. As you can see from the exception, it is related to the Java implementation of the gRPC protocol (i.e. it's not something I have control over). Maybe after debugging you could try filing a more specific issue in the https://github.com/grpc/grpc-java project?
Hi,
Executing installation plugin return with the following error
[ERROR] Failed to execute goal org.microbean:helm-maven-plugin:2.8.2.1.1.2-SNAPSHOT:install (Install your-project chart) on project demomicrotest: io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason -> [Help 1]
Configuration looks like :
Using helm client my charts has no problem. I'm testing it on minikube.
Could you please help me to understand where I mistake in configuration ?
Thanks