Very new to k8s. I need to update the startup params passed to api-server, but no idea what's the correct way to do it.
I installed the control plane with kubeadm init
.
On the master I can see the params in /etc/kubernetes/manifests/kube-apiserver.yaml
. Do I just edit that file and force a reload somehow?