Skip to content

Commit

Permalink
promote AWS-NLB Support from alpha to beta (kubernetes#14451)
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed Sep 19, 2019
1 parent f6a867d commit 84e1608
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

#### Network Load Balancer support on AWS [alpha] {#aws-nlb-support}
#### Network Load Balancer support on AWS {#aws-nlb-support}

{{< warning >}}
This is an alpha feature and is not yet recommended for production clusters.
{{< /warning >}}
{{< feature-state for_k8s_version="v1.15" state="beta" >}}

Starting from Kubernetes v1.9.0, you can use AWS Network Load Balancer (NLB) with Services. 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:
Expand Down

0 comments on commit 84e1608

Please sign in to comment.