File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
content/ngf/installation/installing-ngf Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,17 @@ kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{
9191
9292{{%tab name="AWS NLB"%}}
9393
94- Deploys NGINX Gateway Fabric with NGINX OSS and an AWS Network Load Balancer service .
94+ Deploys NGINX Gateway Fabric with NGINX OSS.
9595
9696``` shell
97- kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf > }}/deploy/aws-nlb/deploy.yaml
97+ kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf > }}/deploy/default/deploy.yaml
98+ ```
99+
100+ To set up an AWS Network Load Balancer service, add these annotations to your Gateway infrastructure fields:
101+
102+ ``` yaml
103+ service.beta.kubernetes.io/aws-load-balancer-type : " external"
104+ service.beta.kubernetes.io/aws-load-balancer-nlb-target-type : " ip"
98105` ` `
99106
100107{{% /tab %}}
You can’t perform that action at this time.
0 commit comments