You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
srirg
changed the title
etcd mount volume is not getting attached after its terminated
etcd mount volume is not getting attached after terraform taint/apply
Feb 23, 2018
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
The text was updated successfully, but these errors were encountered: