Skip to content

Commit b62302e

Browse files
authored
update service annotations live docs (#2320)
1 parent f5b1bc3 commit b62302e

File tree

2 files changed

+202
-25
lines changed

2 files changed

+202
-25
lines changed

docs/guide/ingress/annotations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
651651
!!!warning ""
652652
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.
653653

654-
!!!note ""
655-
- If `deletion_protection.enable=true` is in annotation, the controller will not be able to delete the ALB during reconciliation. Once the attribute gets edited to `deletion_protection.enable=false` during reconciliation, the deployer will force delete the resource.
656-
- Please note, if the deletion protection is not enabled via annotation (e.g. via AWS console), the controller still deletes the underlying resource.
654+
!!!note ""
655+
- If `deletion_protection.enable=true` is in annotation, the controller will not be able to delete the ALB during reconciliation. Once the attribute gets edited to `deletion_protection.enable=false` during reconciliation, the deployer will force delete the resource.
656+
- Please note, if the deletion protection is not enabled via annotation (e.g. via AWS console), the controller still deletes the underlying resource.
657657

658658
!!!example
659659
- enable access log to s3
@@ -699,7 +699,7 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
699699
```
700700

701701
## Resource Tags
702-
AWS Load Balancer Controller will automatically apply following tags to AWS resources(ALB/TargetGroups/SecurityGroups) created.
702+
The AWS Load Balancer Controller automatically applies following tags to the AWS resources (ALB/TargetGroups/SecurityGroups/Listener/ListenerRule) it creates:
703703

704704
- `elbv2.k8s.aws/cluster: ${clusterName}`
705705
- `ingress.k8s.aws/stack: ${stackID}`

0 commit comments

Comments
 (0)