From cca4f97ba7a7b1ce6170679b9108b0c709bbe1c4 Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Mon, 5 Mar 2018 14:23:47 +0800 Subject: [PATCH] Update documentation for azure-shared-securityrule Azure augmented rules for NSGs has been GA since 2018.1 --- pkg/cloudprovider/providers/azure/azure_loadbalancer.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/cloudprovider/providers/azure/azure_loadbalancer.go b/pkg/cloudprovider/providers/azure/azure_loadbalancer.go index becbcc9e624..7b4e019fa43 100644 --- a/pkg/cloudprovider/providers/azure/azure_loadbalancer.go +++ b/pkg/cloudprovider/providers/azure/azure_loadbalancer.go @@ -63,8 +63,7 @@ const ( // to specify that the service should be exposed using an Azure security rule // that may be shared with other service, trading specificity of rules for an // increase in the number of services that can be exposed. This relies on the - // Azure "augmented security rules" feature which at the time of writing is in - // preview and available only in certain regions. + // Azure "augmented security rules" feature. ServiceAnnotationSharedSecurityRule = "service.beta.kubernetes.io/azure-shared-securityrule" )