Skip to content

Commit be7e7e0

Browse files
korenyoniTimothy-Dougherty
authored andcommitted
Docs: Document Reconciliation Behaviour When Deletion Protection is Enabled. (kubernetes-sigs#2119)
* Document reconciliation behaviour when deletion protection is enabled. * Reword documentation: change 'destroy' (Terraform verbiage) to 'delete' (verbiage used by alb-controller).
1 parent 4a38641 commit be7e7e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guide/ingress/annotations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,9 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
652652
!!!warning ""
653653
Only attributes defined in the annotation will be updated. To unset any AWS defaults(e.g. Disabling access logs after having them enabled once), the values need to be explicitly set to the original values(`access_logs.s3.enabled=false`) and omitting them is not sufficient.
654654

655+
!!!note ""
656+
If deletion protection is enabled, the controller will not be able to delete the ALB during reconciliation.
657+
655658
!!!example
656659
- enable access log to s3
657660
```

0 commit comments

Comments
 (0)