Replies: 2 comments 7 replies
-
|
请提供gateway的日志
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2026年06月15日 21:40 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***> |
| 主题 | [higress-group/higress] 2.2.2 版本 all-in-one 本机 windows docker 部署,添加插件时报错 (Discussion #3976) |
all-in-one (2.2.2 版本)本机 windows docker 部署,添加插件时报错,插件地址是本地自签名的 https 仓库,添加插件的页面上填:
插件名称: xyz
镜像地址: host.docker.internal:54321/higress-plugin/xyz:0.0.1
插件执行阶段: 默认阶段
插件执行优先级: 1
插件拉取策略: 总是拉取
请大佬帮我看看~~~
pilot.log 中有如下报错信息:
2026-06-15T13:26:36.849924Z info delta RDS: PUSH for node:higress-gateway.higress-system resources:1 removed:0 size:21.7kB cached:0/1
2026-06-15T13:26:36.862688Z info delta ECDS: PUSH for node:higress-gateway.higress-system resources:6 removed:0 size:65.1kB
2026-06-15T13:26:37.089325Z warn delta ADS:LDS: ACK ERROR higress-gateway.higress-system-4 Internal:Error adding/updating listener(s) 0.0.0.0_8080: Unable to create Wasm plugin higress-system.istio-autogenerated-mcp-wasmplugin
PS:在容器内 curl 试过网络是通的(SSL 证书也是 ok 的):
curl -v https://host.docker.internal:54321/v2/higress-plugin/xyz/tags/list
Trying 192.168.65.254:54321...
Connected to host.docker.internal (192.168.65.254) port 54321 (#0)
ALPN, offering h2
ALPN, offering http/1.1
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
TLSv1.0 (OUT), TLS header, Certificate Status (22):
TLSv1.3 (OUT), TLS handshake, Client hello (1):
TLSv1.2 (IN), TLS header, Certificate Status (22):
TLSv1.3 (IN), TLS handshake, Server hello (2):
TLSv1.2 (IN), TLS header, Finished (20):
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.3 (IN), TLS handshake, Certificate (11):
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.3 (IN), TLS handshake, CERT verify (15):
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.3 (IN), TLS handshake, Finished (20):
TLSv1.2 (OUT), TLS header, Finished (20):
TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
TLSv1.2 (OUT), TLS header, Supplemental data (23):
TLSv1.3 (OUT), TLS handshake, Finished (20):
SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
ALPN, server accepted to use h2
Server certificate:
subject: CN=host.docker.internal
start date: Jun 12 03:34:45 2026 GMT
expire date: Jun 4 03:34:45 2056 GMT
subjectAltName: host "host.docker.internal" matched cert's "host.docker.internal"
issuer: CN=host.docker.internal
SSL certificate verify ok.
Using HTTP2, server supports multiplexing
Connection state changed (HTTP/2 confirmed)
Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
TLSv1.2 (OUT), TLS header, Supplemental data (23):
TLSv1.2 (OUT), TLS header, Supplemental data (23):
TLSv1.2 (OUT), TLS header, Supplemental data (23):
Using Stream ID: 1 (easy handle 0x61c18282d9f0)
TLSv1.2 (OUT), TLS header, Supplemental data (23):
GET /v2/higress-plugin/xyz/tags/list HTTP/2
Host: host.docker.internal:54321
user-agent: curl/7.81.0
accept: /
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
TLSv1.2 (IN), TLS header, Supplemental data (23):
Connection state changed (MAX_CONCURRENT_STREAMS == 250)!
TLSv1.2 (OUT), TLS header, Supplemental data (23):
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.2 (IN), TLS header, Supplemental data (23):
TLSv1.2 (IN), TLS header, Supplemental data (23):
< HTTP/2 200
< content-type: application/json; charset=utf-8
< docker-distribution-api-version: registry/2.0
< x-content-type-options: nosniff
< content-length: 62
< date: Mon, 15 Jun 2026 13:34:54 GMT
<
TLSv1.2 (IN), TLS header, Supplemental data (23):
{"name":"higress-plugin/xyz","tags":["0.0.1"]}
Connection #0 to host host.docker.internal left intact
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
加载失败的是 mcp 插件,不是你的自定义插件啊 |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
all-in-one (2.2.2 版本)本机 windows docker 部署,添加自定义插件时报错,插件地址是本地自签名的 https 仓库,higress 控制台添加插件的页面上填:
请大佬帮我看看~~~
pilot.log 中有如下报错信息:
PS:在容器内 curl 试过网络是通的(SSL 证书也是 ok 的):
Beta Was this translation helpful? Give feedback.
All reactions