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
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 versionandkubectl 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