Update 08-bootstrapping-kubernetes-controllers.md

--apiserver-count value should be 2 instead of 3 as per the setup
pull/634/head
Rashmit Rathod 2020-10-03 10:11:21 +05:30 committed by GitHub
parent 9ea063f1dc
commit 6e4c8a2bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Documentation=https://github.com/kubernetes/kubernetes
ExecStart=/usr/local/bin/kube-apiserver \\ ExecStart=/usr/local/bin/kube-apiserver \\
--advertise-address=${INTERNAL_IP} \\ --advertise-address=${INTERNAL_IP} \\
--allow-privileged=true \\ --allow-privileged=true \\
--apiserver-count=3 \\ --apiserver-count=2 \\
--audit-log-maxage=30 \\ --audit-log-maxage=30 \\
--audit-log-maxbackup=3 \\ --audit-log-maxbackup=3 \\
--audit-log-maxsize=100 \\ --audit-log-maxsize=100 \\