From 147daf50a9582647252c32faa0af7b7ce88d435f Mon Sep 17 00:00:00 2001 From: David Coy Date: Thu, 1 Oct 2020 14:28:20 -0500 Subject: [PATCH] Include flag to authenticate with the kubeconfig against the apiserver --- docs/08-bootstrapping-kubernetes-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: