Can't modify ETCD manifest for Kubernetes static pod – CentOS
I'd like to modify etcd pod to listening 0.0.0.0(or host machine IP) instead of 127.0.0.1. I'm working on a migration from a single master to multi-master kubernetes cluster, but I faced with an issue that after I modified /etc/kubernetes/manifests/etcd.yaml with…