Skip to content

Commit 4d5ce64

Browse files
authored
Merge pull request #4007 from AidaKhalelova/update-alb-annotation-docs
docs: added annotation behaviour note
2 parents c6b5c6a + 0529acc commit 4d5ce64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/ingress/annotations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ Traffic Routing can be controlled with following annotations:
174174

175175
- Once defined on a single Ingress, it impacts every Ingress within the IngressGroup.
176176

177+
!!!note "Annotation Behavior"
178+
179+
- This annotation **takes effect only during the creation** of the Ingress. If the Ingress already exists, the change will not be applied until the Ingress is **deleted and recreated**.
180+
177181
!!!example
178182
```
179183
alb.ingress.kubernetes.io/load-balancer-name: custom-name

0 commit comments

Comments
 (0)