kelseyhightower / kubernetes-the-hard-way

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

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

Open benjaminapetersen opened 4 months ago

benjaminapetersen commented 4 months 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 4 months ago

Fixes #793.