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 @@ -2060,6 +2060,25 @@ on an existing Service object. See the AWS documentation on this topic for more
2060
2060
details.
2061
2061
{{< /caution >}}
2062
2062
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
+
2063
2082
# ## pod-security.kubernetes.io/enforce
2064
2083
2065
2084
Type : Label
You can’t perform that action at this time.
0 commit comments