Skip to content

UNAVAILABLE: Network closed for unknown reason #49

@fbalicchia

Description

@fbalicchia

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 :

<plugin>
           <groupId>org.microbean</groupId>
                <artifactId>helm-maven-plugin</artifactId>
                <version>2.8.2.1.1.2-SNAPSHOT</version>
                <executions>
                    <execution>
                        <id>Install your-project chart</id>
                        <phase>install</phase>
                        <goals>
                            <goal>install</goal>
                        </goals>
                        <configuration>
                            <chartUrl>file:${project.basedir}/demomicrotest-helm</chartUrl>
                            <releaseName>${project.name}</releaseName>
                            <valuesYamlUri>file:${project.basedir}/demomicrotest-helm/values.yaml</valuesYamlUri>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions