opensergo / opensergo-control-plane

Universal cloud-native microservice governance control plane (微服务治理控制面)
Apache License 2.0
35 stars 23 forks source link

配置运行成功,但是实际没生效的话,应该怎么去排查是什么原因导致的?demo源码路径 spring-cloud-alibaba-examples/governance-example/label-routing-example #50

Closed jmic134 closed 1 year ago

jmic134 commented 1 year ago

Issue Description

Type: feature request

Describe what feature you want

Additional context

8b7a21767d91b89e40c9c56d1e3dc1a 8a456d39174b2a7a9fc73efea2434f8 image image

image

Add any other context or screenshots about the feature request here.

jnan806 commented 1 year ago
image

According to you screenshots, I get that, your test case is between develop environment and OpenSergo Control Plane in Kubernetes Cluster, so is your develop environment in one node of the Kubernetes Cluster? If not, you should expose the Service by change the Service type to LoadBalancer or NodePort for you test case.


从你的截图中,可以看出你是从开发环境与 Kubernetes Cluster 中的 OpenSergo Control Plane 进行通讯,所以你的开发环境是 Kubernetes Cluster 的一个节点吗? 如果不是的话,需要将 Service 暴露出来,因为 Service 默认是 ClusterIP,你可以改为 LoadBalancer 或者 NodePort 进行测试。

https://opensergo.io/zh-cn/docs/quick-start/opensergo-control-plane/#注意事项

jmic134 commented 1 year ago

感谢,已按照建议成功运行。