File tree 1 file changed +9
-2
lines changed
content/ngf/installation/installing-ngf
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{
91
91
92
92
{{%tab name="AWS NLB"%}}
93
93
94
- Deploys NGINX Gateway Fabric with NGINX OSS and an AWS Network Load Balancer service .
94
+ Deploys NGINX Gateway Fabric with NGINX OSS.
95
95
96
96
``` 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"
98
105
` ` `
99
106
100
107
{{% /tab %}}
You can’t perform that action at this time.
0 commit comments