Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/guide/service/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
These annotations are specific to the kubernetes [service resources reconciled](#lb-type) by the AWS Load Balancer Controller. Although the list was initially derived from the k8s in-tree `kube-controller-manager`, this
documentation is not an accurate reference for the services reconciled by the in-tree controller.

!!!warning
Creating a Classic Load Balancer isn't a best practice. If you want to create using AWS LB Controller/EKS Auto Mode > That's supported only from "kubectl edit service" client and not from any annotation. Thereby, create a Service with "type:ClusterIP/NodePort" and then edit it on "kubectl client" by changing it to "LoadBalancer" type which will create a Classic Load Balancer.

!!!question "EKS Auto Mode users"
If you are using EKS Auto Mode, please see the
[EKS Auto Mode documentation](https://docs.aws.amazon.com/eks/latest/userguide/auto-configure-nlb.html#_considerations)
Expand Down