Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway API Development Plan #1431

Open
hanxiantao opened this issue Oct 25, 2024 · 0 comments
Open

Gateway API Development Plan #1431

hanxiantao opened this issue Oct 25, 2024 · 0 comments

Comments

@hanxiantao
Copy link
Collaborator

hanxiantao commented Oct 25, 2024

当前 Higress 2.x 版本已经将 Istio 的 Gateway API 实现从 Istio 代码库中剥离,并放置到了 Higress 目录下。接下来还有几项任务需要完成:

任务 详细信息 对应PR 进度 发布版本
gateway-api status 同步 higress-core 中移除了 Istio 实现的 gateway-api 的 status manager,因为需要引入过重的依赖,需要一个轻量的实现 #1315 #1421 ✅已完成 v2.0.2
helm 中 global.enableGatewayAPI 参数支持关闭 higress-core 中的 gateway-api 的监听 higress-core 中 gateway-api 监听通过 helm 中 global.enableGatewayAPI 参数控制,默认关闭 istio 中的 gateway-api 监听 #1456 #1461 🔄待发布 预计 v2.0.3
URLRewrite 问题排查及修复 #1085 ⏳未开始
Higress 不依赖 Istio 独立升级 Gateway API Higress 不依赖 Istio 独立升级 Gateway API,并将 Gateway API 升级到最新版本,以支持更多的 Gateway API 特性。之前的尝试和讨论可见 #1315 🔄进行中
集成并运行 e2e 测试 集成 Gateway API 的官方测试集并跑通。详情请参考 https://github.com/kubernetes-sigs/gateway-api/tree/main/conformance ⏳未开始

Higress Gateway API 使用文档

注意事项

由于 Gateway API v1.2.0 移除了 v1alpha2 的 GRPCRoute 和 ReferenceGrant,Higress 目前暂不支持 Gateway API v1.2.0 版本。推荐使用 v1.0.0 版本。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants