ks-installer
ks-installer copied to clipboard
dial tcp 10.0.0.3:10250: i/o timeout
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
the pod status
kubectl get pod --all-namespaces
kubesphere-system ks-installer-758d459599-jtrjl 1/1 Running 0 3h37m
Check the Kubernetes environment, status, and kubelet logs. This could be something wrong with the cluster.
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.