Open benjaminapetersen opened 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.
/etc/systemd/system/kube-apiserver.service
Fixes #793.
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.