Commit cca4f97b authored by Pengfei Ni's avatar Pengfei Ni

Update documentation for azure-shared-securityrule

Azure augmented rules for NSGs has been GA since 2018.1
parent c6d0726d
...@@ -63,8 +63,7 @@ const ( ...@@ -63,8 +63,7 @@ const (
// to specify that the service should be exposed using an Azure security rule // 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 // 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 // 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 // Azure "augmented security rules" feature.
// preview and available only in certain regions.
ServiceAnnotationSharedSecurityRule = "service.beta.kubernetes.io/azure-shared-securityrule" ServiceAnnotationSharedSecurityRule = "service.beta.kubernetes.io/azure-shared-securityrule"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment