istio / old_issues_repo

Deprecated issue-tracking repo, please post new issues or feature requests to istio/istio instead.
37 stars 9 forks source link

Error: customresourcedefinitions.apiextensions.k8s.io "gateways.networking.istio.io" already exists #396

Closed Keisone closed 5 years ago

Keisone commented 5 years ago

I receive the bellow error when try to install istio 1.0.1 using helm commands:

helm install --name istio --namespace istio-system istio-1.0.1.tgz \

Error: customresourcedefinitions.apiextensions.k8s.io "gateways.networking.istio.io" already exists

kubectl get customresourcedefinitions | grep istio | grep "gateways.networking.istio.io" gateways.networking.istio.io 1m

I delete the crds configuration using:

kubectl delete -f crds.yaml

But the gateways.networking.istio.io still exist.

Could you please said me how can I delete this blocker customresourcedefinitions?

Thanks in advance,

Best regards.

Keisone commented 5 years ago

The problem has been solved.

kubectl delete crd gateways.networking.istio.io