From c2a902f05535a52027dc5f2dc8b6902eee34841c Mon Sep 17 00:00:00 2001 From: Kevin Gottsman Date: Tue, 18 May 2021 04:28:08 -0400 Subject: [PATCH] More cleanup to the haproxy setup --- docs/08-bootstrapping-kubernetes-controllers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 7b937f3..80d8233 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -221,12 +221,12 @@ In this section you will provision an external load balancer to front the Kubern Login to `loadbalancer` instance using SSH Terminal. ``` -loadbalancer# sudo apt-get update && sudo apt-get install -y haproxy +sudo apt-get update && sudo apt-get install -y haproxy ``` ``` -loadbalancer# cat <