alibaba / virtual-environment

Route isolation with service sharing https://alibaba.github.io/virtual-environment/#/zh-cn/
MIT License
217 stars 39 forks source link

部署ktenv_operator提示错误, 为什么找v1alpha3 而不是 v1beta1 版本呢 #30

Open phpmaple opened 3 years ago

phpmaple commented 3 years ago

[Error] 2021-04-12 10:20:10 {no matches for kind "VirtualService" in version "networking.istio.io/v1alpha3"} { source: [] [kind VirtualService.networking.istio.io] } if kind is a CRD, it should be installed before calling Start [Error] 2021-04-12 10:20:10 {no matches for kind "VirtualService" in version "networking.istio.io/v1alpha3"} Failed to setup virtual test environment controller

linfan commented 3 years ago

历史原因,在项目开始时候VirtualService的最高版本还是v1alpha3,会择期评估升级

phpmaple commented 3 years ago

历史原因,在项目开始时候VirtualService的最高版本还是v1alpha3,会择期评估升级

因为现在我用的阿里云的服务网格, 它里面是v1beta1不能换成v1alpha3, 现在我是不是用他的就部署不了这个了, 要等你们升级了