Kent Dong
Kent Dong
> Perhaps it's a good idea to migrate the apiserver component in standalone to kine, but we need to check if the kine deployment is lightweight enough. > > I'd...
It looks like kine and k3s only support Linux. So we will still need to rely on a docker container environment to do the visualization for us.
> maybe we no need k3s but noly need kine here However, if we use k3s to simulate a K8s environment, there will be much easier.
> GOOS=wasip1 GOARCH=wasm go build -o main.wasm -tags="custommalloc nottinygc_finalizer proxy_wasm_version_0_2_100" 为什么我编译之后,envoy没法识别这个abi版本 不能用原生 envoy。这个 abi 是 higress 自己扩展的。
> 我用的是官方例子demo+go1.24+本地测试docker-compose.yaml 那不太应该。详细的报错信息能提供一下吗?
不加 `GOOS=wasip1` 试试呢?
这个 Console 的错误日志是不影响功能的,下个版本会移除。
Please try the following config: ```yaml global_auth: true consumers: - name: admin credential: admin:admin ```
> @CH3CHO 看 PR 已经合并,下个版本预计什么时候发了?我们现在打算使用 Higress 来作为我们的开放 API 的网关,等着用这个插件。这周会发版吗,如果不会那我们只能先考虑其它方案了,比如 Nginx Ingress Controller + Spring Cloud Gateway。 如果只是插件的话,我可以先打个镜像。版本的话本周不一定,但这个月应该可以发。@jaggerwang
> 好的,那麻烦先打个插件镜像,谢谢! 试一下这个:higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/ext-auth:1.0.0