Replies: 1 comment
-
|
这个 cert 是由 controller 创建的。controller 没启动成功自然就没有。 而 controller 没启动成功应和 Gateway API 监听报错有关。请确认你安装的 Gateway API 版本在 Higress 的支持范围内:https://higress.ai/docs/latest/ops/deploy-by-helm/#%E6%94%AF%E6%8C%81-gateway-api-crd%E5%8F%AF%E9%80%89 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
k8s版本:1.30.6
操作系统:Kylin Linux Advanced Server V10 (Lance)
cpu:aarch64
istio: 1.29.2
部署命令:
helm install higress higress.io/higress -n higress
--version v2.2.1
--create-namespace --render-subchart-notes
--set global.enableGatewayAPI=true
--set global.enableIstioAPI=true
--set global.enableSRDS=true
--set global.ingressClass=nginx
--set global.enableStatus=false
--set global.disableAlpnH2=false
--set higress-core.gateway.httpsPort=4443
--set higress-core.gateway.hostNetwork=true
--set higress-core.gateway.service.type=NodePort
--set higress-core.gateway.kind=DaemonSet
报错信息:



补充:这个问题我到部分相似的issue,但没有一个解决的
Beta Was this translation helpful? Give feedback.
All reactions