Skip to content

Commit

Permalink
Instance mode referenced the wrong annotation (kubernetes-sigs#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBBle authored Nov 22, 2021
1 parent 556c568 commit 10aab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/service/nlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ NLB IP mode is determined based on the `service.beta.kubernetes.io/aws-load-bala
the controller will provision NLB in IP mode. With this, the `service.beta.kubernetes.io/aws-load-balancer-nlb-target-type` annotation gets ignored.

### Instance mode
Similar to the IP mode, the instance mode is based on the annotation `service.beta.kubernetes.io/aws-load-balancer-type` value `instance`. Here is a sample manifest snippet:
Similar to the IP mode, the instance mode is based on the annotation `service.beta.kubernetes.io/aws-load-balancer-nlb-target-type` value `instance`. Here is a sample manifest snippet:

```yaml
metadata:
Expand Down

0 comments on commit 10aab91

Please sign in to comment.