diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index e64e8a2..9ef343d 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -79,6 +79,7 @@ ExecStart=/usr/local/bin/kube-apiserver \\ --audit-log-maxbackup=3 \\ --audit-log-maxsize=100 \\ --audit-log-path=/var/log/audit.log \\ + --authentication-kubeconfig=/var/lib/kubernetes/kube-controller-manager.kubeconfig \\ --authorization-mode=Node,RBAC \\ --bind-address=0.0.0.0 \\ --client-ca-file=/var/lib/kubernetes/ca.pem \\ @@ -345,7 +346,6 @@ In this section you will provision an external load balancer to front the Kubern > The compute instances created in this tutorial will not have permission to complete this section. **Run the following commands from the same machine used to create the compute instances**. - ### Provision a Network Load Balancer Create the external load balancer network resources: