Skip to content

Commit 2836c56

Browse files
committed
Added suggested changes
1 parent cd3104d commit 2836c56

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,16 +2067,16 @@ Example: `service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset: "fal
20672067
Used on: Service
20682068

20692069
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
20712071
should disable or enable TCP reset on idle timeout. If enabled, it helps
20722072
applications to behave more predictably, to detect the termination of a connection,
20732073
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.
20752075

20762076
See [Load Balancer TCP Reset](https://learn.microsoft.com/en-gb/azure/load-balancer/load-balancer-tcp-reset) for more information.
20772077

20782078
{{< 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.
20802080
{{< /note >}}
20812081

20822082
### pod-security.kubernetes.io/enforce

0 commit comments

Comments
 (0)