Kent Dong
Kent Dong
## Step 1: Generate Higress API Server configurations Install the standalone version of Higress with builtin Nacos. ```shell curl -fsSL https://higress.io/standalone/get-higress.sh | bash -s -- -a --use-builtin-nacos ``` Save all...
> 是否可以提供一套标准化接口,可以让不同的注册中心来对接使用呢? 其实直接对接 Storage 就行了,这个也是标准的接口。
编辑的时候数据中心没显示的话可以考虑清理一下浏览器缓存,我这边本地看在编辑的时候有显式的。不太确定是不是缓存的问题。
> 谢谢您的回复,我换了一个浏览器也不行,只有这个字段没有显示。 那这个有点奇怪。麻烦提供一下 higress-console 所使用的镜像版本,以及 `kubectl get mcpbridge default -n higress-system` 的输出。我本地尝试重现一下。
> > kubectl get mcpbridge default -n higress-system > > 输出的日志 > > > 镜像的版本是: image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/console:1.3.1 忘记输出为 yaml 了。请再执行一次 `kubectl get mcpbridge default -n higress-system -o yaml`
> > kubectl logs -f higress-controller-XXXX higress-core -n higress-system > > 从日志上看是能拿到 服务名,但是 服务对应的 ip 没有显示。 有一个小问题,consul 地址不能包含 http://xxx. 只能录入 ip 。 这里本身输入的就是地址,默认使用 HTTP 协议,所以不需要额外输入协议。而且端口也是要求独立输入的,这样 http://xxx 又不加端口也会比较奇怪。
> kubectl get mcpbridge default -n higress-system -o yaml apiVersion: networking.higress.io/v1 kind: McpBridge metadata: creationTimestamp: "2023-12-28T07:44:34Z" generation: 5 name: default namespace: higress-system resourceVersion: "146899868" uid: 46f8a256-f33b-4d93-b695-c9202c79e858 spec: registries: > >...
> 这个应该就是编辑时不能获取 dc 的原因吧。 是的,因为数据里就没有 dc。
Regarding Higress Console, it shall support both Gateway API and Ingress, and save route configurations using Gateway API CRDs if available. It shall also provide a configuration page so user...
> Why do we need to support convert gwapi to ingress, it does not make sense. > > What we need to do is to only support convert ingress to...