higress
higress copied to clipboard
使用gateway api 在 Gateway 资源中增加多个listener端口时,需要同时修改higress-gateway的service的ports字段,中添加对应端口,才能访问成功
Why do you need it?
- 使用gateway api 在 Gateway 资源中增加多个listener端口时,需要同时修改higress-gateway的service的ports字段,中添加对应端口,才能访问成功
- 希望将来higress全面支持gateway api时,这两个增加端口的操作可以联动,不需要二次操作
How could it be?
- 希望将来higress全面支持gateway api时,这两个增加端口的操作可以联动,不需要二次操作
Other related information
“需要同时在higress-gateway中的PORTS中添加对应端口”,这个是指修改 higress-gateway 的 K8s Service 吗?
“需要同时在higress-gateway中的PORTS中添加对应端口”,这个是指修改 higress-gateway 的 K8s Service 吗?
对 不好意识,问题没描述清楚。