fix typo stickyness to stickiness

This commit is contained in:
lijianfeng1993 2018-02-07 15:38:45 +08:00
parent a30bf2154e
commit 954440409e

View file

@ -4,7 +4,7 @@ This example demonstrates how to achieve session affinity using cookies
## Deployment
Session stickyness is achieved through 3 annotations on the Ingress, as shown in the [example](ingress.yaml).
Session stickiness is achieved through 3 annotations on the Ingress, as shown in the [example](ingress.yaml).
|Name|Description|Values|
| --- | --- | --- |
@ -55,7 +55,7 @@ Last-Modified: Tue, 24 Jan 2017 14:02:19 GMT
ETag: "58875e6b-264"
Accept-Ranges: bytes
```
In the example above, you can see a line containing the 'Set-Cookie: route' setting the right defined stickyness cookie.
In the example above, you can see a line containing the 'Set-Cookie: route' setting the right defined stickiness cookie.
This cookie is created by NGINX containing the hash of the used upstream in that request.
If the user changes this cookie, NGINX creates a new one and redirect the user to another upstream.