Remove deprecated apiserver-count kubeadm config option (#13262)

Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
Ali Afsharzadeh
2026-05-18 14:17:51 +03:30
committed by GitHub
parent 8c3f6270f8
commit 17f270325d
2 changed files with 0 additions and 3 deletions

View File

@@ -156,8 +156,6 @@ apiServer:
- name: disable-admission-plugins
value: "{{ kube_apiserver_disable_admission_plugins | join(',') }}"
{% endif %}
- name: apiserver-count
value: "{{ kube_apiserver_count }}"
- name: endpoint-reconciler-type
value: lease
{% if etcd_events_cluster_enabled %}