Skip to content

Commit 3c0ca31

Browse files
authored
Merge pull request #20044 from davivcgarcia/patch-1
Remove untidy caution note from tutorial
2 parents fcdf12e + 9d34ded commit 3c0ca31

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)