abclint
abclint
> 看了一下 nacos client 的代码,这个报错就代表请求 nacos 失败了。但它这里没有把原始的错误信息记录下来。 > > 这个 docker compose 实例方便重启一下吗?可以看看重启会不会有什么问题 重启没看到有异常信息(API Server 的镜像 tag 已经改成了 0.0.17): ``` I1217 03:29:32.988036 1 dynamic_serving_content.go:135] "Starting controller" name="serving-cert::/etc/api/server.crt::/etc/api/server.key" I1217 03:29:32.988569 1...
而且在Console编辑路由配置保存时报500: 错误 服务器内部错误 错误详情(错误码:500) Method: put RequestURL: http://***:8080/v1/routes/admin-api Headers: {"Accept":"application/json, text/plain, */*","Content-Type":"application/json","X-XSRF-TOKEN":"***"} Data: {"success":false,"message":"io.kubernetes.client.openapi.ApiException: {\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},\"status\":\"Failure\",\"message\":\"Internal error occurred: read config from both server and cache fail, err=failed to read config cache...
> 而且在Console编辑路由配置保存时报500: > > 错误 服务器内部错误 错误详情(错误码:500) Method: put RequestURL: http://_**:8080/v1/routes/admin-api Headers: {"Accept":"application/json, text/plain, _/_","Content-Type":"application/json","X-XSRF-TOKEN":"**_"} Data: {"success":false,"message":"io.kubernetes.client.openapi.ApiException: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: read config from both server and cache fail, err=failed to...
> 看了一下 nacos client 的代码,这个报错就代表请求 nacos 失败了。但它这里没有把原始的错误信息记录下来。 > > 这个 docker compose 实例方便重启一下吗?可以看看重启会不会有什么问题 higress获取配置是否做了trim操作,应该需要和nacos生成md5的逻辑保持一致,这里应该是md5校验不一致,nacos服务是正常访问的
这个功能有计划支持吗?需要类似postman的run功能