Editing api-server manifest in a multi-control panel HA cluster

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.27.1
Cloud being used: bare-metal
Installation method: kubeadm
Host OS: ubuntu 22.04
CNI and version: calico
CRI and version: containerd

Hi,

I needed to add a flag to the api-server manifest, and edited it in the /etc/kubernetes/manifests folder.
I expected the change would spread to the other control planes, but it didn’t and I needed to manually edit the manifest on all of the three master nodes.

Is there a better way to edit it and make it auto-spread?

Thank you.