notice the missing namespace therefore the service is not found. When this happens I only have errors in the cp log
2024-11-14T09:16:26.220Z INFO xds.status-tracker config rejected {"proxyName": "demo-app-gateway-57db88db7f-s2hz6.kuma-demo", "mesh": "default", "streamID": 4, "type": "RouteConfiguration", "resourceVersion": "800adba1-1fe9-4ef6-9bf2-172188908a73"}
2024-11-14T09:16:26.221Z INFO xds.nack-backoff config was previously rejected by Envoy. Applying backoff before resending it {"backoff": "5s", "nodeID": "default.demo-app-gateway-57db88db7f-s2hz6.kuma-demo", "reason": "At least one of name or cluster_header need to be specified"}
Ideally I'd like the route to just be skipped and not the entire config to fail.
What happened?
I have meshService exclusive and define a route:
notice the missing
namespace
therefore the service is not found. When this happens I only have errors in the cp logIdeally I'd like the route to just be skipped and not the entire config to fail.