Closed whalecold closed 3 years ago
Istio 1.8 does not support mcp protocol anymore, it uses mcp over xds protocol. This will be released in the next version of nacos 2.0. Currently the code has been merged into the feature_support_grpc_core branch, you can pull it. How to run it? 1、nacos/console/src/main/resources/application.properties , add "nacos.istio.mcp.server.enabled=true" in this file. 2、run nacos/console/src/main/java/com/alibaba/nacos/Nacos.java
Istio 1.8 does not support mcp protocol anymore, it uses mcp over xds protocol. This will be released in the next version of nacos 2.0. Currently the code has been merged into the feature_support_grpc_core branch, you can pull it. How to run it? 1、nacos/console/src/main/resources/application.properties , add "nacos.istio.mcp.server.enabled=true" in this file. 2、run nacos/console/src/main/java/com/alibaba/nacos/Nacos.java
The istio 1.9 does not support, the 1.8 version support mcp over xds protocol and mcp protocol in both.
And i found the stream has been established in the log but lack the collection of istio/networking/v1alpha3/serviceentries
.
Describe the bug The istio can't startup successfully when I use the nacos as it's mcp server because of the failure of readiness. I found the nacos don't sync the
istio/networking/v1alpha3/serviceentries
resource to istio.Expected behavior Istiod can sync all resource and startup successfully.
Acutally behavior Lack of the
istio/networking/v1alpha3/serviceentries
resource.How to Reproduce Steps to reproduce the behavior:
./quick-startup.sh
key-value
to environment variableistio
ConfigMap: