diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 8b3d358..ddbb30b 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -221,13 +221,11 @@ In this section you will provision an external load balancer to front the Kubern Login to `loadbalancer` instance using SSH Terminal. ``` -#Install HAProxy -loadbalancer# sudo apt-get update && sudo apt-get install -y haproxy - +sudo apt-get update && sudo apt-get install -y haproxy ``` ``` -loadbalancer# cat <`. In this section you will create a certificate for each Kubernetes worker node that meets the Node Authorizer requirements. @@ -20,7 +20,7 @@ Generate a certificate and private key for one worker node: On master-1: ``` -master-1$ cat > openssl-worker-1.cnf < openssl-worker-1.cnf <