Hi.. I have trying to install k8s on hardway ..I am following <https://github.c . . .

Thiru:
hi… I have trying to install k8s on hardway …I am following https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/docs/07-bootstrapping-etcd.md [root@master1 ~]# ETCDCTL_API=3 etcdctl member list --endpoints=https://127.0.0.1:2379 --cacert=/etc/etcd/ca.crt --cert=/etc/etcd/etcd-server.crt --key=/etc/etcd/etcd-server.key
Error: dial tcp 127.0.0.1:2379: connect: connection refused … Certificates are in the mentioned path … kindly help me guys …

Thiru:
kindly see this @Mohamed Ayman

Alistair Mackay:
Hi @Thiru

It is likely you missed a step. There are a lot of script fragments which must all be done in the right order, and on the right VM. Any mistake anywhere in the previous sections will make later sections break.

This is why it’s “the hard way” and when you mess it up, quite often you need to redo from the beginning, unless you can find and correct the error.

We are in the process of updating this to Kubernetes 1.24, which was done by myself, is in final review and should be released within the week. Suggest you wait for this update, then have another try.

We also have a dedicated channel for this topic: <#C013TCT2MBM|installing_kubernetes-the-hard-way>

Thiru:
thanks for your response and brief explanation @Alistair Mackay

Alistair Mackay:
Hi @Thiru
We have now released the v.124 version of this. Please reset your virtualbox environment and try the new version.