k8s 安装了 Dashboard 插件,用 NodePort 访问发现一直没响应?

发布于 2022-09-11 19:59:19 字数 1777 浏览 22 评论 0

问题描述

按 github 上操作来的

kubectl apply -f https://raw.githubusercontent...
Service 的 type 我改成了 NodePort,端口用了30001,pod 也跑起来了

root@k8s-spider-master1:~# kubectl -n kube-system get po
NAME                                         READY   STATUS    RESTARTS   AGE
calico-node-fvcm5                            2/2     Running   0          12d
calico-node-m4msr                            2/2     Running   0          22d
calico-node-xmfhk                            2/2     Running   0          12d
coredns-8686dcc4fd-lg9wf                     1/1     Running   0          22d
coredns-8686dcc4fd-sc2v4                     1/1     Running   0          22d
etcd-k8s-spider-master1                      1/1     Running   0          22d
kube-apiserver-k8s-spider-master1            1/1     Running   0          22d
kube-controller-manager-k8s-spider-master1   1/1     Running   0          22d
kube-proxy-9l89z                             1/1     Running   0          12d
kube-proxy-bcrs6                             1/1     Running   0          12d
kube-proxy-sgq8z                             1/1     Running   0          22d
kube-scheduler-k8s-spider-master1            1/1     Running   0          22d
kubernetes-dashboard-69fdd5c8dd-vhcgz        1/1     Running   0          24m
tiller-deploy-c7978c846-jtc8s                1/1     Running   0          7d1h

但是访问curl https://172.16.140.22:30001或者curl http://172.16.140.22:30001 一直没响应,

发现telnet 172.16.140.22 30001也连不上

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文