You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traffic Listening can be controlled with following annotations:
@@ -274,7 +274,7 @@ Health check on target groups can be configured with following annotations:
274
274
275
275
- <aname="healthcheck-port">`service.beta.kubernetes.io/aws-load-balancer-healthcheck-port`</a> specifies the TCP port to use for target group health check.
276
276
277
-
!!!note""
277
+
!!!note""
278
278
- if you do not specify the health check port, controller uses `traffic-port` as default value
279
279
280
280
!!!example
@@ -296,15 +296,13 @@ Health check on target groups can be configured with following annotations:
296
296
297
297
- <aname="healthcheck-healthy-threshold">`service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold`</a> specifies the consecutive health check successes required before a target is considered healthy.
- <aname="healthcheck-unhealthy-threshold">`service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold`</a> specifies the consecutive health check failures before a target gets marked unhealthy.
0 commit comments