Skip to content

Helm installation ends with error #10588

@marcin-kasinski

Description

@marcin-kasinski

Describe the bug
{{ Succinctly describe the bug }}

Im trying to install istio (current versio 1.0.5) on fresh kubernetes installation.

curl -L https://git.io/getLatestIstio | sh -
ISTIO_VERSION=$(ls | grep istio- )
cd $ISTIO_VERSION
helm install install/kubernetes/helm/istio --name istio --namespace istio-system

Im gettin g error:

Error: release istio failed: customresourcedefinitions.apiextensions.k8s.io "noops.config.istio.io" already exists

I've tested it many times on fresh Kubernetes.

If I run : kubectl apply -f install/kubernetes/istio-demo.yaml it works fine.

I have problem with helm only.

Version
{{ What version of Istio and Kubernetes are you using? Use istioctl version and kubectl version }}

root@k8smaster:~/istio-1.0.5# kubectl version
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:31:33Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}

Installation
{{ Please describe how Istio was installed }}

Environment

It's kubernetes on 4 bare metal nodes

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