promote AWS-NLB Support from alpha to beta (#14451) (#16459)

pull/16485/head
M00nF1sh 2019-09-20 11:29:27 -07:00 committed by Kubernetes Prow Robot
parent 3534a19a55
commit 20a4616283
1 changed files with 3 additions and 7 deletions

View File

@ -819,15 +819,11 @@ There are other annotations to manage Classic Elastic Load Balancers that are de
# A list of additional security groups to be added to the ELB # A list of additional security groups to be added to the ELB
``` ```
#### Network Load Balancer support on AWS [alpha] {#aws-nlb-support} #### Network Load Balancer support on AWS {#aws-nlb-support}
{{< warning >}} {{< feature-state for_k8s_version="v1.15" state="beta" >}}
This is an alpha feature and is not yet recommended for production clusters.
{{< /warning >}}
Starting from Kubernetes v1.9.0, you can use AWS Network Load Balancer (NLB) with Services. To To use a Network Load Balancer on AWS, use the annotation `service.beta.kubernetes.io/aws-load-balancer-type` with the value set to `nlb`.
use a Network Load Balancer on AWS, use the annotation `service.beta.kubernetes.io/aws-load-balancer-type`
with the value set to `nlb`.
```yaml ```yaml
metadata: metadata: