We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing k8s, I try to open the dashboard (https://server-ip:8443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/) and get an error: Error: 'dial tcp 10.244.0.24:8443: i/o timeout' Trying to reach: 'https://10.244.0.24:8443/' Can you tell me what the problem might be?
Error: 'dial tcp 10.244.0.24:8443: i/o timeout' Trying to reach: 'https://10.244.0.24:8443/'
Test cluster: $ kubectl -n kube-system get po,svc pod/calico-node-cwpt9 2/2 Running 0 14m pod/coredns-896d9f87d-2nlfs 1/1 Running 0 15m pod/coredns-autoscaler-58784cd54d-svlwv 1/1 Running 0 15m pod/kube-proxy-lrj6c 1/1 Running 0 14m pod/kubernetes-dashboard-57df4db6b-6w49h 1/1 Running 0 10m pod/metrics-server-68d85f76bb-7n2n5 1/1 Running 0 8m15s
service/calico-typha ClusterIP 10.106.84.71 5473/TCP 14m service/kube-controller-manager ClusterIP None 10252/TCP 8m37s service/kube-dns ClusterIP 10.96.0.10 53/UDP,53/TCP,9153/TCP 15m service/kube-scheduler ClusterIP None 10251/TCP 8m37s service/kubelet ClusterIP None 10250/TCP 6m37s service/kubernetes-dashboard ClusterIP 10.103.103.89 443/TCP 10m service/metrics-server ClusterIP 10.106.81.208 443/TCP 8m15s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing k8s, I try to open the dashboard (https://server-ip:8443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/) and get an error:
Error: 'dial tcp 10.244.0.24:8443: i/o timeout' Trying to reach: 'https://10.244.0.24:8443/'
Can you tell me what the problem might be?
Test cluster:
$ kubectl -n kube-system get po,svc
pod/calico-node-cwpt9 2/2 Running 0 14m
pod/coredns-896d9f87d-2nlfs 1/1 Running 0 15m
pod/coredns-autoscaler-58784cd54d-svlwv 1/1 Running 0 15m
pod/kube-proxy-lrj6c 1/1 Running 0 14m
pod/kubernetes-dashboard-57df4db6b-6w49h 1/1 Running 0 10m
pod/metrics-server-68d85f76bb-7n2n5 1/1 Running 0 8m15s
service/calico-typha ClusterIP 10.106.84.71 5473/TCP 14m
service/kube-controller-manager ClusterIP None 10252/TCP 8m37s
service/kube-dns ClusterIP 10.96.0.10 53/UDP,53/TCP,9153/TCP 15m
service/kube-scheduler ClusterIP None 10251/TCP 8m37s
service/kubelet ClusterIP None 10250/TCP 6m37s
service/kubernetes-dashboard ClusterIP 10.103.103.89 443/TCP 10m
service/metrics-server ClusterIP 10.106.81.208 443/TCP 8m15s
The text was updated successfully, but these errors were encountered: