Skip to content

Commit 9d34ded

Browse files
author
Davi Garcia
committed
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 <[email protected]>
1 parent 2930a57 commit 9d34ded

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/en/docs/tasks/access-application-cluster/ingress-minikube.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ weight: 100
77
{{% capture overview %}}
88

99
An [Ingress](/docs/concepts/services-networking/ingress/) is an API object that defines rules which allow external access
10-
to services in a cluster. An [Ingress controller](/docs/concepts/services-networking/ingress-controllers/) fulfills the rules set in the Ingress.
11-
12-
{{< caution >}}
13-
For the Ingress resource to work, the cluster **must** also have an Ingress controller running.
14-
{{< /caution >}}
10+
to services in a cluster. An [Ingress controller](/docs/concepts/services-networking/ingress-controllers/) fulfills the rules set in the Ingress.
1511

1612
This page shows you how to set up a simple Ingress which routes requests to Service web or web2 depending on the HTTP URI.
1713

0 commit comments

Comments
 (0)