You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:Desktop (please complete the following information):
Additional context
istio verison: 1.8.3
The text was updated successfully, but these errors were encountered: