【root@k8s-master network-scripts】# kubectl logs -f ng
Error from server: Get “
https://10.0.2.15:10250/containerLogs/default/ng/ng?follow=true
”: proxy error from 127.0.0.1:6443 while dialing 10.0.2.15:10250, code 503: 503 Service Unavailable
【root@k8s-master network-scripts】# kubectl exec -it ng – bash
Error from server: error dialing backend: proxy error from 127.0.0.1:6443 while dialing 10.0.2.15:10250, code 503: 503 Service Unavailable
十有八九就是 vbox 的问题,因为 vbox 虚拟机的第一个网卡是 nat 的网卡,每个虚拟机的 nat 的网卡的 ip 是一样的,而且相互不能访问呢。当你使用默认的方式注册节点,使用的就是这个 nat 的网卡。
你日志里也写了,是通过 10.0.2.15 去连接的,所以出现问题了 。