File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2067,16 +2067,16 @@ Example: `service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset: "fal
2067
2067
Used on : Service
2068
2068
2069
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
2070
+ This annotation is used on the Service to specify whether the load balancer
2071
2071
should disable or enable TCP reset on idle timeout. If enabled, it helps
2072
2072
applications to behave more predictably, to detect the termination of a connection,
2073
2073
remove expired connections and initiate new connections.
2074
- Its values is boolean i.e. ` true` or ` false` .
2074
+ You can set the value to be either true or false.
2075
2075
2076
2076
See [Load Balancer TCP Reset](https://learn.microsoft.com/en-gb/azure/load-balancer/load-balancer-tcp-reset) for more information.
2077
2077
2078
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
2079
+ This annotation is deprecated.
2080
2080
{{< /note >}}
2081
2081
2082
2082
# ## pod-security.kubernetes.io/enforce
You can’t perform that action at this time.
0 commit comments