From 95929198e1e409022edfc93291a03fdd1ee69179 Mon Sep 17 00:00:00 2001 From: David Caldwell Date: Mon, 3 Nov 2025 15:58:06 +0000 Subject: [PATCH] Refines sed command for AWS Load Balancer Controller Installation The existing sed command used to remove the ServiceAccount from the AWS Load Balancer Controller manifest removed both the document separator before and after the ServiceAccount. --- latest/ug/networking/lbc-manifest.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/ug/networking/lbc-manifest.adoc b/latest/ug/networking/lbc-manifest.adoc index eea269e1..2b53ce84 100644 --- a/latest/ug/networking/lbc-manifest.adoc +++ b/latest/ug/networking/lbc-manifest.adoc @@ -229,7 +229,7 @@ curl -Lo v2_14_1_full.yaml https://github.com/kubernetes-sigs/aws-load-balancer- + [source,shell,subs="verbatim,attributes"] ---- -sed -i.bak -e '764,773d' ./v2_14_1_full.yaml +sed -i.bak -e '764,772d' ./v2_14_1_full.yaml ---- + If you downloaded a different file version, then open the file in an editor and remove the following lines.