Skip to content

Commit cd3104d

Browse files
committed
Annotation azure-load-balancer-disable-tcp-reset registered & documented
Signed-off-by: Ritikaa96 <[email protected]>
1 parent 5e8ee7d commit cd3104d

File tree

1 file changed

+19
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+19
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,6 +2060,25 @@ on an existing Service object. See the AWS documentation on this topic for more
20602060
details.
20612061
{{< /caution >}}
20622062

2063+
### service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset (deprecated) {#service-beta-kubernetes-azure-load-balancer-disble-tcp-reset}
2064+
2065+
Example: `service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset: "false"`
2066+
2067+
Used on: Service
2068+
2069+
This annotation only works for Azure standard load balancer backed service.
2070+
This annotation is used on the service to specify whether the load balancer
2071+
should disable or enable TCP reset on idle timeout. If enabled, it helps
2072+
applications to behave more predictably, to detect the termination of a connection,
2073+
remove expired connections and initiate new connections.
2074+
Its values is boolean i.e. `true` or `false`.
2075+
2076+
See [Load Balancer TCP Reset](https://learn.microsoft.com/en-gb/azure/load-balancer/load-balancer-tcp-reset) for more information.
2077+
2078+
{{< note >}}
2079+
As TCP reset should actually always be enabled, in order to avoid dropping packets silently, this annotation is deprecated since v1.18
2080+
{{< /note >}}
2081+
20632082
### pod-security.kubernetes.io/enforce
20642083

20652084
Type: Label

0 commit comments

Comments
 (0)