Skip to content

Commit

Permalink
site: fix a nlb doc typo (#2839)
Browse files Browse the repository at this point in the history
On deploy-aws-nlb guide, it refers to a wrong service envoy file.
Fix the file name to point to correct file.

Signed-off-by: Tong Liu <[email protected]>
  • Loading branch information
tong101 authored Aug 27, 2020
1 parent 0e3aa97 commit d902464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_guides/deploy-aws-nlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This configuration has several advantages:
## Deploying Contour

1. [Clone the Contour repository][4] and cd into the repo
2. Edit the Envoy service (`03-service-envoy.yaml`) in the `examples/contour` directory:
2. Edit the Envoy service (`02-service-envoy.yaml`) in the `examples/contour` directory:
- Remove the existing annotation: `service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp`
- Add the following annotation: `service.beta.kubernetes.io/aws-load-balancer-type: nlb`
3. Run `kubectl apply -f examples/contour`
Expand Down

0 comments on commit d902464

Please sign in to comment.