Unverified Commit ba535d57 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #60774 from feiskyer/augmented-nsg

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update documentation for azure-shared-securityrule **What this PR does / why we need it**: Azure augmented rules for NSGs has been GA https://azure.microsoft.com/en-us/updates/agumented-rules-ga-nsg/. This PR updates documentation for "service.beta.kubernetes.io/azure-shared-securityrule" to reflect this. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 75e1bf83 cca4f97b
...@@ -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