From 0e57b912a60afbe5911bde31b5e5e1608e6fac78 Mon Sep 17 00:00:00 2001 From: Dhawal Patel Date: Tue, 9 May 2017 13:41:15 -0700 Subject: [PATCH] Update comment on ServiceAnnotationLoadBalancerInternal --- pkg/cloudprovider/providers/aws/aws.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index e518d78b2c9..0bfb957b5cc 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -72,8 +72,6 @@ const TagNameSubnetPublicELB = "kubernetes.io/role/elb" // ServiceAnnotationLoadBalancerInternal is the annotation used on the service // to indicate that we want an internal ELB. -// Currently we accept only the value "0.0.0.0/0" - other values are an error. -// This lets us define more advanced semantics in future. const ServiceAnnotationLoadBalancerInternal = "service.beta.kubernetes.io/aws-load-balancer-internal" // ServiceAnnotationLoadBalancerProxyProtocol is the annotation used on the