Hi,
I have done multiple K8s setups with Kubeadm, and I was never able to access etcdctl. Is it so that it works only when K8s installed hard way ?
If yes, does it mean the etcd snapshot cannot be done if K8s installed with kubeadm ?
Hi,
I have done multiple K8s setups with Kubeadm, and I was never able to access etcdctl. Is it so that it works only when K8s installed hard way ?
If yes, does it mean the etcd snapshot cannot be done if K8s installed with kubeadm ?
You have to install etcdctl some other way; the kubeadm install does not include etcdctl. You can install it from the etcd releases page.