terraform-kubernetes-installer
terraform-kubernetes-installer copied to clipboard
etcd mount volume is not getting attached after terraform taint/apply
After the initial cluster setup if we bring down(terminated state) one of the etcd vm node using terraform taint/apply, the existing etcd mount volume is not getting attached to the new etcd instance and mounted properly.
WORK AROUND
docker stop the etcd process manually attach the block volume to the newly created etcd instance and then do a mount of the volume docker start the etcd process