9
                            
                                1. 插件本地化
                                    
                                
                            
                        ai-cache-1.0.0                 124d http://10.11.32.19:9018/software/ai-cache-1.0.0.wasm
ai-proxy.internal              125d http://10.11.32.19:9018/software/ai-proxy-1.0.0.wasm
ai-quota-1.0.0                 124d http://10.11.32.19:9018/software/ai-quota-1.0.0.wasm
ai-statistics-1.0.0            125d http://10.11.32.19:9018/software/ai-statistics-1.0.0.wasm
ai-token-ratelimit-1.0.0       124d http://10.11.32.19:9018/software/ai-token-ratelimit-1.0.0.wasm
basic-auth-1.0.0               116d http://10.11.32.19:9018/software/basic-auth-1.0.0.wasm
cluster-key-rate-limit-1.0.0   120d http://10.11.32.19:9018/software/cluster-key-rate-limit-1.0.0.wasm
cors-1.0.0                     96d http://10.11.32.19:9018/software/cors-1.0.0.wasm
key-auth.internal              125d http://10.11.32.19:9018/software/key-auth-1.0.0.wasm
model-mapper.internal          124d http://10.11.32.19:9018/software/model-mapper-1.0.0.wasm
model-router.internal          125d http://10.11.32.19:9018/software/model-router-1.0.0.wasm
transformer-1.0.0              119d http://10.11.32.19:9018/software/transformer-1.0.0.wasm
mcp-server-1.0.0              119d http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm
log-request-response-latest              119d http://10.11.32.19:9018/software/log-request-response-latest.wasm
2. edit wasm plugins
phase: UNSPECIFIED_PHASE
priority: 30
lrl: http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm
3. 重启pod 下载插件报错
2025-08-08T08:16:36.823997Z info    cache   generated new workload certificate  latency=233.207941ms ttl=23h59m59.176023308s
2025-08-08T08:16:36.824153Z info    cache   Root cert has changed, start rotating root cert
2025-08-08T08:16:36.824182Z info    ads XDS: Incremental Pushing ConnectedEndpoints:0 Version:
2025-08-08T08:16:36.824276Z info    cache   returned workload trust anchor from cache   ttl=23h59m59.175725415s
2025-08-08T08:16:53.077357Z error   wasm    convert the wasm config: 1 error occurred:
    * cannot fetch Wasm module http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-08T08:16:53.077574Z error   wasm    convert the wasm config: 2 errors occurred:
    * cannot fetch Wasm module http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
    * cannot fetch Wasm module http://10.11.32.19:9018/software/ai-proxy-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-08T08:16:53.077637Z error   wasm    convert the wasm config: 2 errors occurred:
    * cannot fetch Wasm module http://10.11.32.19:9018/software/log-request-response-latest.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
    * cannot fetch Wasm module http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-08T08:16:53.077988Z error   wasm    convert the wasm config: 3 errors occurred:
    * cannot fetch Wasm module http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
    * cannot fetch Wasm module http://10.11.32.19:9018/software/ai-proxy-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
    * cannot fetch Wasm module http://10.11.32.19:9018/software/mcp-server-1.0.0.wasm: context deadline exceeded (Client.Timeout or context cancellation while reading body)
4. 登录机器节点下载wasm
wget http://10.11.32.19:9018/software/mcp-server.wasm
--2025-08-08 16:36:05--  http://10.11.32.19:9018/software/mcp-server.wasm
Connecting to 10.11.32.19:9018... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15298008 (15M) [application/wasm]
Saving to: ‘mcp-server.wasm.1’
mcp-server.wasm.1                       100%[============================================================================>]  14.59M   946KB/s    in 13s     
2025-08-08 16:36:19 (1.09 MB/s) - ‘mcp-server.wasm.1’ saved [15298008/15298008]
5. 登录pod
curl 10.11.32.19:9018
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied.</Message><Resource>/</Resource><RequestId>1859BDD3D45F6D94</RequestId><HostId>1e934ae7-d68c-4dee-aa17-61b4ec2fd152</HostId></Error>istio-proxy@higress-gateway-5cfb6ddb84-87spr:/$ 
6. 结果
看了一下插件这块的大小,这几个失败的都比较大,是不是这块有超时的设置?
7. 环境配置higress : 2.1.5 k8s分布式部署