kelseyhightower / kubernetes-the-hard-way

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

Update kube-apiserver.service to remove --apiserver-count flag #794

Open benjaminapetersen opened 1 month ago

benjaminapetersen commented 1 month ago

As of at least Kubernetes v1.28.3 (perhaps older) the --apiserver-count is no longer documented in the api server flags list. It's presence in the /etc/systemd/system/kube-apiserver.service file prevents the API server from starting properly.

benjaminapetersen commented 1 month ago

Fixes #793.