Bug description
Affected sub-moudle (please put an X in all that apply)
[X ] Configuration Lazy Loading
[ ] Http Plugin Management
[ ] Adaptive Ratelimit
[ ] Slime Boot
Steps to reproduce the bug
- istioctl install --set meshConfig.outboundTrafficPolicy.mode=REGISTRY_ONLY
- kubectl logs sleep-xxx -c istio-proxy
rejected: Only a single wildcard domain is permitted in route 9080
block_all 路由和 to_global_sidecar 路由冲突
"virtualHosts": [
{
"name": "block_all",
"domains": [
"*"
],
"routes": [
{
"name": "block_all",
"match": {
"prefix": "/"
},
"directResponse": {
"status": 502
}
}
],
"includeRequestAttemptCount": true
},
...
]