mirror of https://github.com/istio/istio.io.git
Add basic doc for IST0112 (#5592)
* Add basic doc for IST0112 * fix link * Update content/en/docs/reference/config/analysis/ist0112/index.md Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
This commit is contained in:
parent
51e6c4df1f
commit
7011c6f029
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: VirtualServiceDestinationPortSelectorRequired
|
||||
layout: analysis-message
|
||||
---
|
||||
|
||||
This message occurs when a virtual service routes to a service with more than one port exposed, but does not specify which one to use. This ambiguity can lead to undefined behavior.
|
||||
|
||||
To fix, add a `port` to the virtual service [Destination](/docs/reference/config/networking/virtual-service/#Destination) to disambiguate which service port should be routed to.
|
Loading…
Reference in New Issue