This message was deleted.
# ask-community
s
This message was deleted.
c
Copy code
Kubernetes cluster unreachable:
Get "<https://138D694E8B25E092453A8779998D4CCB.gr7.us-east-1.eks.amazonaws.com/version>":
dial tcp 10.212.10.232:443: i/o timeout
seems like a connection issue?
m
Yes, but I am not sure about the solution. Cluster is created but does not communicate.
c
do you have kubectl installed? with a profile specifed, can you run kubectl get nodes? or
aws eks list-clusters
?
m
Copy code
$ kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.24.7-eks-fb459a0
Kustomize Version: v4.5.4
The connection to the server localhost:8080 was refused - did you specify the right host or port
and
aws eks list-clusters
shows my cluster
c
It doesn’t look like you are connected to any cluster via kubectl
do you have a kubeconfig ? You can check
echo $KUBECONFIG
and
ls -l ~/.kube/
to see what you have
I’d check to see that you can actually connect, from what I can see here, it looks like maybe the cluster is there, but you have firewall / connection issues with the helm prefect deployment piece
m
Thank you Christopher. There is no kubeconfig file and no /.kube directory even though I followed steps here .