ServiceEntryAddressesRequired
This message occurs when a ServiceEntry
with the protocol
field not set, or set to TCP
, doesn’t have addresses
defined.
Example
You will receive this message:
When your cluster has the following ServiceEntry
with unset protocol
and missing addresses
:
Another example of this analyzer is when you have a ServiceEntry
with protocol: TCP
and missing addresses
:
How to resolve
Make sure to set addresses
in your ServiceEntry
when protocol
is not set, or set to TCP. If addresses
is not set, all traffic on the port defined in the ServiceEntry
is matched, regardless of the host.