From 49638edb9e9b2686471242a8a1562a53d0fb8d5d Mon Sep 17 00:00:00 2001 From: Alex Dellapenta Date: Fri, 20 Dec 2024 14:35:05 -0700 Subject: [PATCH] ALBO: Follow-up edits for #86081 --- .../creating-multiple-ingress-through-single-alb.adoc | 2 +- .../add-tls-termination.adoc | 11 ----------- .../configuring-aws-load-balancer-operator.adoc | 3 +-- .../create-instance-aws-load-balancer-controller.adoc | 11 ----------- .../multiple-ingress-through-single-alb.adoc | 11 ----------- 5 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 networking/networking_operators/aws_load_balancer_operator/add-tls-termination.adoc delete mode 100644 networking/networking_operators/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.adoc delete mode 100644 networking/networking_operators/aws_load_balancer_operator/multiple-ingress-through-single-alb.adoc diff --git a/modules/creating-multiple-ingress-through-single-alb.adoc b/modules/creating-multiple-ingress-through-single-alb.adoc index 3a4e79149a..b57b3be0ee 100644 --- a/modules/creating-multiple-ingress-through-single-alb.adoc +++ b/modules/creating-multiple-ingress-through-single-alb.adoc @@ -6,7 +6,7 @@ [id="nw-creating-multiple-ingress-through-single-alb_{context}"] = Creating multiple ingress resources through a single AWS Load Balancer -You can route the traffic to different services with multiple ingress resources that are part of a single domain through a single AWS Load Balancer. Each Ingress resource provides different endpoints of the domain. +You can route the traffic to different services with multiple ingress resources that are part of a single domain through a single AWS Load Balancer. Each ingress resource provides different endpoints of the domain. .Prerequisites diff --git a/networking/networking_operators/aws_load_balancer_operator/add-tls-termination.adoc b/networking/networking_operators/aws_load_balancer_operator/add-tls-termination.adoc deleted file mode 100644 index 00b43314d9..0000000000 --- a/networking/networking_operators/aws_load_balancer_operator/add-tls-termination.adoc +++ /dev/null @@ -1,11 +0,0 @@ -:_mod-docs-content-type: ASSEMBLY -[id="nw-adding-tls-termination"] -= Adding TLS termination -include::_attributes/common-attributes.adoc[] -:context: adding-tls-termination - -toc::[] - -You can add TLS termination on the AWS Load Balancer. - -include::modules/adding-tls-termination.adoc[leveloffset=+1] diff --git a/networking/networking_operators/aws_load_balancer_operator/configuring-aws-load-balancer-operator.adoc b/networking/networking_operators/aws_load_balancer_operator/configuring-aws-load-balancer-operator.adoc index 87c912105f..8ba9ed7417 100644 --- a/networking/networking_operators/aws_load_balancer_operator/configuring-aws-load-balancer-operator.adoc +++ b/networking/networking_operators/aws_load_balancer_operator/configuring-aws-load-balancer-operator.adoc @@ -9,8 +9,7 @@ toc::[] include::modules/configuring-egress-proxy.adoc[leveloffset=+1] [role="_additional-resources"] -[id="additional-resources_{context}"] -== Additional resources +.Additional resources * xref:../../../networking/configuring-a-custom-pki.adoc#certificate-injection-using-operators_configuring-a-custom-pki[Certificate injection using Operators] diff --git a/networking/networking_operators/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.adoc b/networking/networking_operators/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.adoc deleted file mode 100644 index f1d1052c49..0000000000 --- a/networking/networking_operators/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.adoc +++ /dev/null @@ -1,11 +0,0 @@ -:_mod-docs-content-type: ASSEMBLY -[id="nw-create-instance-aws-load-balancer"] -= Creating an instance of the AWS Load Balancer Controller -include::_attributes/common-attributes.adoc[] -:context: create-instance-aws-load-balancer - -toc::[] - -After installing the AWS Load Balancer Operator, you can create the AWS Load Balancer Controller. - -include::modules/creating-instance-aws-load-balancer-controller.adoc[leveloffset=+1] diff --git a/networking/networking_operators/aws_load_balancer_operator/multiple-ingress-through-single-alb.adoc b/networking/networking_operators/aws_load_balancer_operator/multiple-ingress-through-single-alb.adoc deleted file mode 100644 index 33d4738e2e..0000000000 --- a/networking/networking_operators/aws_load_balancer_operator/multiple-ingress-through-single-alb.adoc +++ /dev/null @@ -1,11 +0,0 @@ -:_mod-docs-content-type: ASSEMBLY -[id="nw-multiple-ingress-through-single-alb"] -= Serving multiple ingress resources through a single AWS Load Balancer -include::_attributes/common-attributes.adoc[] -:context: multiple-ingress-through-single-alb - -toc::[] - -You can route the traffic to different services that are part of a single domain through a single AWS Load Balancer. Each Ingress resource provides different endpoints of the domain. - -include::modules/creating-multiple-ingress-through-single-alb.adoc[leveloffset=+1]