diff --git a/docs/guide/service/annotations.md b/docs/guide/service/annotations.md index e9c494288..80a352e32 100644 --- a/docs/guide/service/annotations.md +++ b/docs/guide/service/annotations.md @@ -429,9 +429,6 @@ Health check on target groups can be configured with following annotations: - `service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout` specifies the target group health check timeout. The target has to respond within the timeout for a successful health check. - !!!note - The controller currently ignores the timeout configuration due to the limitations on the AWS NLB. The default timeout for TCP is 10s and HTTP is 6s. - !!!example ``` service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout: "10"