From 20a461628341faf773baa7e41e7bef73d6b0989e Mon Sep 17 00:00:00 2001 From: M00nF1sh Date: Fri, 20 Sep 2019 11:29:27 -0700 Subject: [PATCH] promote AWS-NLB Support from alpha to beta (#14451) (#16459) --- .../en/docs/concepts/services-networking/service.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 2740b4c80e0c1..73b083c976edf 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -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: