How to modify the kube-apiserver configuration?
On my OCNE 1.9 test cluster I am attempting to add encryption-provider-config to the kube-apiserver as described in .
My cluster has one control plane node and three worker nodes, all lima VMs on my MacBook.
On the controller node, I'm editing /etc/kubernetes/manifests/kube-apiserver.yaml as described in the document above, but after restarting the control plane node this change is not reflected in the command line for kube-apiserver.
Is this configuration file maintained someplace else in a OCNE configured Kubernertes cluster?