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

【GLCC】Higress Console 支持 Gateway API-功能模块1 #325

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

iendi
Copy link

@iendi iendi commented Aug 25, 2024

Ⅰ. Describe what this PR did

本pr主要完成功能第一部分:资源定义及初始化,包括①CRD Model的创建,②在启动console时,初始化gtw class并绑定至higress-controller,③从全局配置中读取网关模式(ingress or gatewayapi)

Ⅱ. 整体进度

功能 进度 任务
资源定义及初始化 ✅已完成 [√]CRD Model的创建(gatewayclass, gateway, httproute, refrencegrant)
[√]启动console时,初始化gtw class,读取网关模式
域名->gateway 🔄进行中 [ ]gateway资源的 增删查改列 操作
[ ]修改域名定义,支持不同端口配置不同证书
[ ]增加域名端口时,同时修改higress-gateway的service的ports字段 #896
[ ]域名为 强转HTTPS 时,创建HTTPRoute进行转化(tls重定向)
路由->httproute ⏳未开始 [ ]httproute资源的 增删查改列 操作
[ ]重写、重定向等策略的适配
[ ]支持openapi导入,生成配置
策略及插件 ⏳未开始 [ ]域名级插件适配
[ ]路由级插件适配

Ⅲ. 结果

image
image

Ⅳ. 备注

目前只是先把网关模式(ingress or gatewayapi)放在名为higress-config的configmap配置文件中,如果不合适可以换到别的地方,后面考虑console端加上配置页面,支持更细粒度的配置。

@CLAassistant
Copy link

CLAassistant commented Aug 25, 2024

CLA assistant check
All committers have signed the CLA.

@iendi iendi marked this pull request as ready for review August 26, 2024 00:44
iendi and others added 4 commits September 2, 2024 10:46
…ly with PMD rules and lowerCamelCase naming conventions
Refactor: modify codestyle and change code level

Refactor: modify codestyle and change code level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants