From c40e4f3cc6f0e2f22e29e5fb8a1129021cae37a9 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Wed, 17 Jan 2018 11:05:17 -0600 Subject: [PATCH] Missing r (#1913) --- docs/examples/static-ip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/static-ip/README.md b/docs/examples/static-ip/README.md index 988968956..10d660e66 100644 --- a/docs/examples/static-ip/README.md +++ b/docs/examples/static-ip/README.md @@ -5,7 +5,7 @@ This example demonstrates how to assign a static-ip to an Ingress on through the ## 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 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), and that you have an ingress controller [running](/examples/deployment) in your cluster.