This commit is contained in:
Ray Foss 2018-01-17 11:05:17 -06:00 committed by Manuel de Brito Fontes
parent a07a563bf3
commit 35dd821f02
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -5,7 +5,7 @@ This example demonstrates how to assign a static-ip to an Ingress on through the
## Prerequisites ## Prerequisites
You need a [TLS cert](/examples/PREREQUISITES.md#tls-certificates) and a [test HTTP service](/examples/PREREQUISITES.md#test-http-service) for this example. You need a [TLS cert](/examples/PREREQUISITES.md#tls-certificates) and a [test HTTP service](/examples/PREREQUISITES.md#test-http-service) for this example.
You will also need to make sure you Ingress targets exactly one Ingress You will also need to make sure your Ingress targets exactly one Ingress
controller by specifying the [ingress.class annotation](/examples/PREREQUISITES.md#ingress-class), controller by specifying the [ingress.class annotation](/examples/PREREQUISITES.md#ingress-class),
and that you have an ingress controller [running](/examples/deployment) in your cluster. and that you have an ingress controller [running](/examples/deployment) in your cluster.