kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
39.77k stars 13.65k forks source link

What does the --apiserver-count option do in kube-apiserver? #754

Open adriancuadrado opened 6 months ago

adriancuadrado commented 6 months ago

https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/79a3f79b27bd28f82f071bb877a266c2e62ee506/docs/08-bootstrapping-kubernetes-controllers.md?plain=1#L88C3-L88C3

You are using that option, but it isn't documented in the official kubernetes documentation.

What does it do, and how did you even know that option existed?