Skip to content

Commit b86a8b5

Browse files
committed
OCPBUGS#16299: Add AWS Load Balancer Operator considerations
1 parent 3a4cfe8 commit b86a8b5

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Module included in the following assemblies:
2+
// * networking/aws_load_balancer_operator/understanding-aws-load-balancer-operator.adoc
3+
4+
:_content-type: REFERENCE
5+
[id="nw-aws-load-balancer-operator-considerations_{context}"]
6+
= AWS Load Balancer Operator considerations
7+
8+
Review the following limitations before installing and using the AWS Load Balancer Operator.
9+
10+
* The IP traffic mode only works on AWS Elastic Kubernetes Service (EKS). The AWS Load Balancer Operator disables the IP traffic mode for the AWS Load Balancer Controller. As a result of disabling the IP traffic mode, the AWS Load Balancer Controller cannot use the pod readiness gate.
11+
12+
* The AWS Load Balancer Operator adds command-line flags such as `--disable-ingress-class-annotation` and `--disable-ingress-group-name-annotation` to the AWS Load Balancer Controller. Therefore, the AWS Load Balancer Operator does not allow using the `kubernetes.io/ingress.class` and `alb.ingress.kubernetes.io/group.name` annotations in the `Ingress` resource.

networking/aws_load_balancer_operator/aws-load-balancer-operator-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For an overview of the AWS Load Balancer Operator, see xref:../../networking/aws
1616
[id="aws-load-balancer-operator-release-notes-1.0.0"]
1717
== AWS Load Balancer Operator 1.0.0
1818

19-
The AWS Load Balancer Operator is now generally available with this release.
19+
The AWS Load Balancer Operator is now generally available with this release. The AWS Load Balancer Operator version 1.0.0 supports the AWS Load Balancer Controller version 2.4.4.
2020

2121
The following advisory is available for the AWS Load Balancer Operator version 1.0.0:
2222

networking/aws_load_balancer_operator/understanding-aws-load-balancer-operator.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
The AWS Load Balancer (ALB) Operator deploys and manages an instance of the `aws-load-balancer-controller`. You can install the ALB Operator from the OperatorHub by using {product-title} web console or CLI.
1010

11+
include::modules/nw-aws-load-balancer-operator-considerations.adoc[leveloffset=+1]
12+
1113
include::modules/nw-aws-load-balancer-operator.adoc[leveloffset=+1]
1214

1315
include::modules/nw-aws-load-balancer-logs.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)