Closed jmic134 closed 1 year ago
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/#注意事项
感谢,已按照建议成功运行。
Issue Description
Type: feature request
Describe what feature you want
Additional context
Add any other context or screenshots about the feature request here.