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 <