diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index 5ca1854c7..43cf1cc6b 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -81,11 +81,11 @@ By default, Ingresses don't belong to any IngressGroup, and we treat it as a "im We'll add more fine-grained access-control in future versions. !!!note "Rename behavior" - The ALB for an IngressGroup is found by searching for an AWS tag `ingress.k8s.aws/stack` tag with the name of the IngressGroup as its value. For implicit IngressGroup, the value is `namespace/ingressname`. + The ALB for an IngressGroup is found by searching for an AWS tag `ingress.k8s.aws/stack` tag with the name of the IngressGroup as its value. For an implicit IngressGroup, the value is `namespace/ingressname`. - When the groupName of IngressGroup for Ingress is changed, the Ingress will be moved to new IngressGroup and supported by ALB for the new IngressGroup. If ALB for the new IngressGroup doesn't exist, a new ALB will be created. + When the groupName of an IngressGroup for an Ingress is changed, the Ingress will be moved to a new IngressGroup and be supported by the ALB for the new IngressGroup. If the ALB for the new IngressGroup doesn't exist, a new ALB will be created. - If an IngressGroup no longer contain any Ingresses, ALB for the IngressGroup will be deleted, and deletion protection of ALB will be ignored. + If an IngressGroup no longer contains any Ingresses, the ALB for that IngressGroup will be deleted and any deletion protection of that ALB will be ignored. !!!example ```