Skip to content

Commit

Permalink
Merge pull request #4007 from AidaKhalelova/update-alb-annotation-docs
Browse files Browse the repository at this point in the history
docs: added annotation behaviour note
  • Loading branch information
k8s-ci-robot authored Jan 23, 2025
2 parents c6b5c6a + 0529acc commit 4d5ce64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/ingress/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Traffic Routing can be controlled with following annotations:

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

!!!note "Annotation Behavior"

- 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**.

!!!example
```
alb.ingress.kubernetes.io/load-balancer-name: custom-name
Expand Down

0 comments on commit 4d5ce64

Please sign in to comment.