mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Update 08-bootstrapping-kubernetes-controllers.md
--apiserver-count value should be 2 instead of 3 as per the setup
This commit is contained in:
@@ -78,7 +78,7 @@ Documentation=https://github.com/kubernetes/kubernetes
|
||||
ExecStart=/usr/local/bin/kube-apiserver \\
|
||||
--advertise-address=${INTERNAL_IP} \\
|
||||
--allow-privileged=true \\
|
||||
--apiserver-count=3 \\
|
||||
--apiserver-count=2 \\
|
||||
--audit-log-maxage=30 \\
|
||||
--audit-log-maxbackup=3 \\
|
||||
--audit-log-maxsize=100 \\
|
||||
|
Reference in New Issue
Block a user