From b495bd16319d096c45b97bc7d6c86d395a0889f3 Mon Sep 17 00:00:00 2001 From: M00nF1sh Date: Mon, 10 Jun 2019 17:52:16 -0700 Subject: [PATCH] promote AWS-NLB Support from alpha to beta (#14451) --- .../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 a6bc859b79..ab58196c67 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -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: