From 9d34deda551eb4839eb8fc01481760d1b8d4a43d Mon Sep 17 00:00:00 2001 From: Davi Garcia Date: Thu, 2 Apr 2020 10:01:50 -0300 Subject: [PATCH] Remove untidy caution note from tutorial The caution note was warning user about having Ingress Controller configured as prerequisite, but this is exactly what the tutorial is explaining. Signed-off-by: Davi Garcia --- .../tasks/access-application-cluster/ingress-minikube.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md index 8ea504bd4a..7790319616 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -7,11 +7,7 @@ weight: 100 {{% capture overview %}} An [Ingress](/docs/concepts/services-networking/ingress/) is an API object that defines rules which allow external access -to services in a cluster. An [Ingress controller](/docs/concepts/services-networking/ingress-controllers/) fulfills the rules set in the Ingress. - -{{< caution >}} -For the Ingress resource to work, the cluster **must** also have an Ingress controller running. -{{< /caution >}} +to services in a cluster. An [Ingress controller](/docs/concepts/services-networking/ingress-controllers/) fulfills the rules set in the Ingress. This page shows you how to set up a simple Ingress which routes requests to Service web or web2 depending on the HTTP URI.