Skip to content

Commit 817c255

Browse files
authored
Merge pull request #45711 from Ritikaa96/azure-lb-annotation
Annotation azure-load-balancer-disable-tcp-reset registered & documented
2 parents 97d1b81 + 2836c56 commit 817c255

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
@@ -2061,6 +2061,25 @@ on an existing Service object. See the AWS documentation on this topic for more
20612061
details.
20622062
{{< /caution >}}
20632063

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

20662085
Type: Label

0 commit comments

Comments
 (0)