name:"Default args - With an existing etcd cluster",
advertiseAddress:"1.2.3.4",
nodeName:"foo",
initialCluster:[]etcdutil.Member{
{Name:"foo",PeerURL:fmt.Sprintf("https://1.2.3.4:%d",kubeadmconstants.EtcdListenPeerPort)},// NB. the joining etcd instance should be part of the initialCluster list