Skip to content

Commit 9124202

Browse files
authored
Merge pull request #4409 from arcdigital/patch-1
Fix EIP Allocations annotation in docs
2 parents f83f7bb + 2f750b2 commit 9124202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/ingress/annotations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can add annotations to kubernetes Ingress and Service objects to customize t
8585
| [alb.ingress.kubernetes.io/frontend-nlb-healthcheck-unhealthy-threshold-count](#frontend-nlb-healthcheck-unhealthy-threshold-count) | integer |3| Ingress | N/A |
8686
| [alb.ingress.kubernetes.io/frontend-nlb-healthcheck-success-codes](#frontend-nlb-healthcheck-success-codes) | string |200| Ingress | N/A |
8787
| [alb.ingress.kubernetes.io/frontend-nlb-tags](#frontend-nlb-tags) | stringMap | N/A | Ingress | Exclusive |
88-
| [alb.ingress.kubernetes.io/frontend-nlb-eip-allocation](#frontend-nlb-eip-allocation) | stringList |200| Ingress | N/A |
88+
| [alb.ingress.kubernetes.io/frontend-nlb-eip-allocations](#frontend-nlb-eip-allocations) | stringList |200| Ingress | N/A |
8989

9090
## IngressGroup
9191
IngressGroup feature enables you to group multiple Ingress resources together.
@@ -1344,7 +1344,7 @@ When this option is set to true, the controller will automatically provision a N
13441344
alb.ingress.kubernetes.io/frontend-nlb-tags: Environment=prod,Team=platform
13451345
```
13461346
1347-
- <a name="frontend-nlb-eip-allocation">`alb.ingress.kubernetes.io/frontend-nlb-eip-allocation`</a> specifies a list of [elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) configuration for an internet-facing NLB.
1347+
- <a name="frontend-nlb-eip-allocations">`alb.ingress.kubernetes.io/frontend-nlb-eip-allocations`</a> specifies a list of [elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) configuration for an internet-facing NLB.
13481348
13491349
!!!note
13501350
- This configuration is optional, and you can use it to assign static IP addresses to your NLB
@@ -1353,5 +1353,5 @@ When this option is set to true, the controller will automatically provision a N
13531353
13541354
!!!example
13551355
```
1356-
alb.ingress.kubernetes.io/frontend-nlb-eip-allocation: eipalloc-xyz, eipalloc-zzz
1356+
alb.ingress.kubernetes.io/frontend-nlb-eip-allocations: eipalloc-xyz, eipalloc-zzz
13571357
```

0 commit comments

Comments
 (0)