Skip to content

Commit 4308fec

Browse files
committed
Fix grammar mistakes
1 parent 7558506 commit 4308fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geps/gep-2891/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ spec:
206206
## Prior Art
207207
Some implementations already support HTTP cookie match.
208208
209-
### Ingress-nginx supports this with a annotation nginx.ingress.kubernetes.io/canary-by-cookie
209+
### Ingress-nginx supports this with an annotation nginx.ingress.kubernetes.io/canary-by-cookie
210210
211211
* The cookie to use for notifying the Ingress to route the request to the service specified in the Canary Ingress. When the cookie value of this annotation is set to always, it will be routed to the canary. When the cookie value of the annotation is set to never, it will never be routed to the canary.
212212
213-
If the Cookie header has a cookie-pair "cookie-test=always", the request will be forwarded to the backend service "cookie-test-service:80".
213+
For example, if the Cookie header has a cookie-pair "cookie-test=always", the request will be forwarded to the backend service "cookie-test-service:80".
214214
215215
```yaml
216216
apiVersion: networking.k8s.io/v1

0 commit comments

Comments
 (0)