Skip to content

Commit

Permalink
EKS delete elb example parameter fix
Browse files Browse the repository at this point in the history
Add how to get load balancer name
  • Loading branch information
btat committed Oct 7, 2019
1 parent 850b4fa commit 26f10c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,19 @@ suse https://kubernetes-charts.suse.com/</screen>
</para>

<screen>&prompt.user;aws elb delete-load-balancer-listeners \
--load-balancer-name healthcheck \
--load-balancer-name <replaceable>a635338ecc2ed11e607790a6b408ef5f</replaceable> \
--load-balancer-ports 8080
</screen>

<para>
Where the <literal>--load-balancer-name</literal> can be found by examining
the <literal>EXTERNAL-IP</literal> field after running command below. The
load balancer name will be the string preceding the first
<literal>-</literal> character.
</para>

<screen>&prompt.user;kubectl get service -n scf tcp-router-tcp-router-public</screen>

<para>
The health checks should now operate correctly. When the status shows RUNNING
for all of the <literal>scf</literal> pods, create CNAMEs for the required
Expand Down

0 comments on commit 26f10c1

Please sign in to comment.