ks-installer icon indicating copy to clipboard operation
ks-installer copied to clipboard

dial tcp 10.0.0.3:10250: i/o timeout

Open 18580543261 opened this issue 1 year ago • 2 comments

the problem description:

kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f

Error from server: Get "https://10.0.0.3:10250/containerLogs/kubesphere-system/ks-installer-fcf648dcb-hrdmb/installer?follow=true": dial tcp 10.0.0.3:10250: i/o timeout

relative infomation

10.0.0.3 is one node(eco-node-02) of k8s

NAME STATUS ROLES AGE VERSION eco-master Ready control-plane 2d5h v1.26.1 eco-node-01 Ready 5h59m v1.26.1 eco-node-02 Ready 5h59m v1.26.1

the pod status

kubectl get pod --all-namespaces

kubesphere-system   ks-installer-758d459599-jtrjl        1/1     Running   0          3h37m

18580543261 avatar Oct 21 '23 12:10 18580543261

Check the Kubernetes environment, status, and kubelet logs. This could be something wrong with the cluster.

frezes avatar Oct 24 '23 02:10 frezes

Check the Kubernetes environment, status, and kubelet logs. This could be something wrong with the cluster.

thank you! you are right. I found that the port 10250 in the node are not public.

18580543261 avatar Oct 26 '23 12:10 18580543261