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

pull/14812/head
M00nF1sh 2019-06-10 17:52:16 -07:00 committed by Kubernetes Prow Robot
parent b51345a681
commit b495bd1631
1 changed files with 3 additions and 7 deletions

View File

@ -700,15 +700,11 @@ There are other annotations to manage Classic Elastic Load Balancers that are de
# A list of additional security groups to be added to ELB
```
#### Network Load Balancer support on AWS [alpha]
#### Network Load Balancer support on AWS
{{< warning >}}
This is an alpha feature and not recommended for production clusters yet.
{{< /warning >}}
{{< feature-state for_k8s_version="v1.15" state="beta" >}}
Starting in version 1.9.0, Kubernetes supports Network Load Balancer (NLB). 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`.
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`.
```yaml
metadata: