From 49108c9a07300cc852c9d2ae0f30fdfc168f60a3 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Sat, 12 Aug 2017 03:14:08 -0400 Subject: [PATCH] fix typo --- docs/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annotations.md b/docs/annotations.md index 662980fcb..523154b2f 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -63,7 +63,7 @@ Key: | `session-cookie-hash` | When `affinity` is set to `cookie`, the hash algorithm used: `md5`, `sha`, `index`. (nginx) | `proxy-body-size` | Maximum request body size. (nginx, haproxy) | `follow-redirects` | Follow HTTP redirects in the response and deliver the redirect target to the client. (trafficserver) -| `kubernetes.io/ingress.global-static-ip-name` | Name of the static global IP address in GCP to use when provisioning the HTTPS load balanver. (gce) +| `kubernetes.io/ingress.global-static-ip-name` | Name of the static global IP address in GCP to use when provisioning the HTTPS load balancer. (gce) [1] The documentation for the `nginx` controller says that only one of `limit-connections` or `limit-rps` may be specified; it's not clear why this is.