Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

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

Open
wanhuhou opened this issue Dec 3, 2018 · 2 comments

Comments

@wanhuhou
Copy link

wanhuhou commented Dec 3, 2018

https://github.com/alipay/sofa-mesh/blob/x-protocol-quickstart/samples/e2e-dubbo/platform/kube/README.md
按实例流程执行到这一步
helm install install/kubernetes/helm/istio --name istio --namespace istio-system
总是报错
Error: customresourcedefinitions.apiextensions.k8s.io "gateways.networking.istio.io" already exists

@lf1029698952
Copy link

使用helm直接安装时不要执行上面的crd创建命令,helm charts会自动创建crd配置,
执行删除操作后再执行helm install,

kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml
kubectl delete -f install/kubernetes/helm/istio/charts/certmanager/templates/crds.yaml

参考这里的方式部署:
https://github.com/alipay/sofa-mosn/blob/master/docs/quickstart/RunWithSOFAMesh.md#2-%E9%80%9A%E8%BF%87-helm-%E5%AE%89%E8%A3%85-sofamesh

@wanhuhou
Copy link
Author

能合一下官方的最新代码吗 kiali版本很低

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants