You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/ingress/ingress_class.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ the name of the Ingress controller.
53
53
You can enforce IngressClass resource adoption by disabling the `kubernetes.io/ingress.class` annotation via [--disable-ingress-class-annotation](../../../deploy/configurations/#disable-ingress-class-annotation) controller flag.
54
54
55
55
## IngressClassParams
56
+
57
+
!!!question "EKS Auto Mode users"
58
+
If you are using EKS Auto Mode, please see the
59
+
[EKS Auto Mode documentation](https://docs.aws.amazon.com/eks/latest/userguide/auto-configure-alb.html#_considerations)
60
+
for key differences between the load balancing capability of EKS Auto Mode and the open source load balancer controller.
61
+
56
62
IngressClassParams is a [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) specific to the AWS Load Balancer Controller, which can be used along with IngressClass’s parameter field.
57
63
You can use IngressClassParams to enforce settings for a set of Ingresses.
Copy file name to clipboardExpand all lines: docs/guide/service/annotations.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@
13
13
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
14
14
documentation is not an accurate reference for the services reconciled by the in-tree controller.
15
15
16
+
!!!question "EKS Auto Mode users"
17
+
If you are using EKS Auto Mode, please see the
18
+
[EKS Auto Mode documentation](https://docs.aws.amazon.com/eks/latest/userguide/auto-configure-nlb.html#_considerations)
19
+
for key differences between the load balancing capability of EKS Auto Mode and the open source load balancer controller.
0 commit comments