Skip to content

Instantly share code, notes, and snippets.

@plucury
Created June 29, 2019 15:42
Show Gist options
  • Save plucury/9ad0cc152c0f921ea2e3a3ea91658213 to your computer and use it in GitHub Desktop.
Save plucury/9ad0cc152c0f921ea2e3a3ea91658213 to your computer and use it in GitHub Desktop.
export ETCDCTL_API=3
export PATH=$PATH:/opt/etcd-v3.2.18-linux-amd64/
cd /etc/kubernetes/pki/etcd-manager
etcdctl member list --debug --cacert=/rootfs/mnt/master-vol-0022db3dde8f637b2/pki/W6aGXNTp6zTf26gBmHydfw/clients/ca.crt --cert=etcd-clients-ca.crt --key=etcd-clients-ca.key --endpoints=https://127.0.0.1:4001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment