File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2061,6 +2061,25 @@ on an existing Service object. See the AWS documentation on this topic for more
2061
2061
details.
2062
2062
{{< /caution >}}
2063
2063
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
+
2064
2083
# ## pod-security.kubernetes.io/enforce
2065
2084
2066
2085
Type : Label
You can’t perform that action at this time.
0 commit comments