Skip to content

Commit c60d5e6

Browse files
authored
whitespace changes for mkdocs rendering (#2333)
1 parent 2d61ccf commit c60d5e6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/guide/service/annotations.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ on the load balancer.
152152
- You must specify the same number of private IPv4 addresses as load balancer subnets [annotation](#subnets)
153153
- You must specify the IPv4 addresses from the load balancer subnet IPv4 ranges
154154

155-
!!!example
156-
```
157-
service.beta.kubernetes.io/aws-load-balancer-private-ipv4-addresses: 192.168.10.15, 192.168.32.16
158-
```
155+
!!!example
156+
```
157+
service.beta.kubernetes.io/aws-load-balancer-private-ipv4-addresses: 192.168.10.15, 192.168.32.16
158+
```
159159

160160
## Traffic Listening
161161
Traffic Listening can be controlled with following annotations:
@@ -274,7 +274,7 @@ Health check on target groups can be configured with following annotations:
274274

275275
- <a name="healthcheck-port">`service.beta.kubernetes.io/aws-load-balancer-healthcheck-port`</a> specifies the TCP port to use for target group health check.
276276

277-
!!!note""
277+
!!!note ""
278278
- if you do not specify the health check port, controller uses `traffic-port` as default value
279279

280280
!!!example
@@ -296,15 +296,13 @@ Health check on target groups can be configured with following annotations:
296296

297297
- <a name="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.
298298

299-
300299
!!!example
301300
```
302301
service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold: "3"
303302
```
304303

305304
- <a name="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.
306305

307-
308306
!!!example
309307
```
310308
service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold: "3"

0 commit comments

Comments
 (0)