Skip to content

Commit

Permalink
[EKS] Add required permissions for AWS LB controller (Stratio#536)
Browse files Browse the repository at this point in the history
* Redefine the Nginx override variable

* required translation text

---------

Co-authored-by: dandres-stratio <[email protected]>
  • Loading branch information
esierra-stratio and dandres-stratio authored Jul 1, 2024
1 parent 82d1d44 commit 0611ebc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ingress_external_lb_annotations:
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
ingress_external_lb_annotations_extra:
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
service.beta.kubernetes.io/aws-load-balancer-attributes: "load_balancing.cross_zone.enabled=true"
3 changes: 2 additions & 1 deletion stratio-docs/en/modules/ROOT/pages/installation.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[to be translated]
= Installation

== Prerequisites
Expand Down Expand Up @@ -925,4 +926,4 @@ Due to a bug in the various _controllers_ (fixed in master branches but not yet

Eventually, this could generate request problems in case of failure of any of the _control-plane_ nodes, since the load balancer will send requests to _control-plane_ nodes whose port is responsive but cannot handle requests.

To avoid this problem, the health check of the load balancer created must be modified, using the HTTPS protocol and the _/readyz_ path. The port should be maintained, being 443 for GCP and 6443 for Azure.
To avoid this problem, the health check of the load balancer created must be modified, using the HTTPS protocol and the _/readyz_ path. The port should be maintained, being 443 for GCP and 6443 for Azure.
1 change: 1 addition & 0 deletions stratio-docs/es/modules/ROOT/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ $ cat << EOF > policy.json
{
"Action": [
"ec2:DescribeAvailabilityZones",
"ec2:DescribeInstances",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"elasticloadbalancing:DescribeListeners",
Expand Down

0 comments on commit 0611ebc

Please sign in to comment.