From 37811ae3a07cdc2dcdeedfc60ecaf91f77064cb0 Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Thu, 7 Mar 2019 09:51:54 -0500 Subject: [PATCH] Add warning stating that this doesn't work in Minikube (#3539) --- content/docs/examples/advanced-gateways/egress-gateway/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/examples/advanced-gateways/egress-gateway/index.md b/content/docs/examples/advanced-gateways/egress-gateway/index.md index 7d70856639..ec2c2273e8 100644 --- a/content/docs/examples/advanced-gateways/egress-gateway/index.md +++ b/content/docs/examples/advanced-gateways/egress-gateway/index.md @@ -5,6 +5,8 @@ weight: 30 keywords: [traffic-management,egress] --- +{{}}This example does not work in Minikube.{{}} + 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.