Skip to content

Commit

Permalink
promote AWS-NLB Support from alpha to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed May 21, 2019
1 parent c7c55c5 commit 586811b
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 @@ -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:
Expand Down

0 comments on commit 586811b

Please sign in to comment.