How to edit etcd configuration in an existing bare metal kubernetes cluster How to edit etcd configuration in an existing bare metal kubernetes cluster kubernetes kubernetes

How to edit etcd configuration in an existing bare metal kubernetes cluster


Indeed, you will get the YAML of the Deployment, and make the changes.

If you installed the cluster with kubeadm, the file will be under /etc/kubernetes/manifests/, and once you make the changes, it will automatically be re-deployed.