You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/annotations.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ The keys and the values in [annotations must be strings](https://kubernetes.io/d
21
21
|`throttle`|`0`-`20` (`0` to disable) |`0`| Client Connection Throttle, which limits the number of subsequent new connections per second from the same client IP |
22
22
|`default-protocol`|`tcp`, `udp`, `http`, `https`|`tcp`| This annotation is used to specify the default protocol for Linode NodeBalancer |
23
23
|`default-proxy-protocol`|`none`, `v1`, `v2`|`none`| Specifies whether to use a version of Proxy Protocol on the underlying NodeBalancer |
24
-
|`default-algorithm`|`roundrobin`, `leastconn`, `source`, `ring_hash`|`roundrobin`| This annotation is used to specify the default alogrithm for Linode NodeBalancer |
25
-
|`default-stickiness`|`none`, `session`, `table`, `http_cookie`, `source_ip`|`session` UDP, `table` HTTP/HTTPs | This annotation is used to specify the default stickiness for Linode NodeBalancer |
24
+
|`default-algorithm`|`roundrobin`, `leastconn`, `source`, `ring_hash`|`roundrobin`| This annotation is used to specify the default algorithm for Linode NodeBalancer |
25
+
|`default-stickiness`|`none`, `session`, `table`, `http_cookie`, `source_ip`|`session`(for UDP), `table`(for HTTP/HTTPs)| This annotation is used to specify the default stickiness for Linode NodeBalancer |
26
26
|`port-*`| json object || Specifies port specific NodeBalancer configuration. See [Port Configuration](#port-specific-configuration)|
27
27
|`check-type`|`none`, `connection`, `http`, `http_body`|`none` for UDP, else `connection`| The type of health check to perform against back-ends. See [Health Checks](loadbalancer.md#health-checks)|
28
28
|`check-path`| string || The URL path to check on each back-end during health checks |
0 commit comments