Hi all, how to know the etcd version without checking the logs of etcd-master po . . .

Manas Sahoo:
hi all, how to know the etcd version without checking the logs of etcd-master pod ?

Vijin Palazhi:
You can check the version of the image used for the etcd pod

Vijin Palazhi:
Either describe the pod or check the YAML file under /etc/kubernetes/manifests (if deployed using kubeadm)

Basavraj Nilkanthe:
You can run etcdctl version command and before that you need to export ETCDCTL_API=3 as its require version three and this command you can run on master node where etcdctl installed

Manas Sahoo:
ok thanks @Vij @Basavraj Nilkanthe