Add warning stating that this doesn't work in Minikube (#3539)

This commit is contained in:
Brian Avery 2019-03-07 09:51:54 -05:00 committed by Martin Taillefer
parent c67a696e13
commit 37811ae3a0
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ weight: 30
keywords: [traffic-management,egress]
---
{{<warning>}}This example does not work in Minikube.{{</warning>}}
The [Control Egress Traffic](/docs/tasks/traffic-management/egress/) task shows how to configure
Istio to allow access to external HTTP and HTTPS services from applications inside the mesh.
There, the external services are called directly from the client sidecar.