feat: add inference extension global param (#3173)

This commit is contained in:
EndlessSeeker
2025-11-27 19:28:49 +08:00
committed by GitHub
parent 985b58ad5c
commit f3ac8eafe5
4 changed files with 16 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ The command removes all the Kubernetes components associated with the chart and
| global.enableGatewayAPI | bool | `true` | If true, Higress Controller will monitor Gateway API resources as well |
| global.enableH3 | bool | `false` | |
| global.enableIPv6 | bool | `false` | |
| global.enableInferenceExtension | bool | `false` | If true, enable Gateway API Inference Extension support |
| global.enableIstioAPI | bool | `true` | If true, Higress Controller will monitor istio resources as well |
| global.enableLDSCache | bool | `false` | |
| global.enablePluginServer | bool | `false` | |

View File

@@ -145,6 +145,7 @@ helm delete higress -n higress-system
| gateway.service.ports[1].targetPort | int | `443` | 靶向端口 |
| gateway.service.type | string | `"LoadBalancer"` | 服务类型 |
| global.disableAlpnH2 | bool | `false` | 设置是否禁用 ALPN 中的 http/2 |
| global.enableInferenceExtension | bool | `false` | 是否启用 Gateway API Inference Extension 支持 |
| ... | ... | ... | ... |
由于内容较多,其他参数可以参考完整表。