yxxhero

Results 490 comments of yxxhero

any updates?

@flokli This is only a reminder. you can change the permission of KUBECONFIG to remove it.

@neolit123 thanks. let me explain. https://github.com/yxxhero/kubernetes/blob/cd5e65709e4874af87305714c7866ab59c8f9c3a/cmd/kubeadm/app/phases/etcd/local.go#L116-L127 see the above code ```go etcdPeerAddress := etcdutil.GetPeerURL(&cfg.LocalAPIEndpoint) klog.V(2).Infof("[etcd] get the member id from peer: %s", etcdPeerAddress) id, err := etcdClient.GetMemberID(etcdPeerAddress) if err !=...

Or maybe we can get the right ip from the etcd.yaml? @neolit123