Merge pull request #20044 from davivcgarcia/patch-1

Remove untidy caution note from tutorial
This commit is contained in:
Kubernetes Prow Robot
2020-04-02 06:42:24 -07:00
committed by GitHub
@@ -9,10 +9,6 @@ weight: 100
An [Ingress](/docs/concepts/services-networking/ingress/) is an API object that defines rules which allow external access 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. 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 >}}
This page shows you how to set up a simple Ingress which routes requests to Service web or web2 depending on the HTTP URI. This page shows you how to set up a simple Ingress which routes requests to Service web or web2 depending on the HTTP URI.
{{% /capture %}} {{% /capture %}}