2

我有一个Ubuntu 16.04充当 Kubernetes 大师的角色。我已经安装了 kuber v1.13.1 并使用 weave 进行联网。我有 2Raspberry pi台设备运行相同版本的 kubernetes。我创建了一个集群并将树莓派加入Ubuntukube master。我已经开始部署,一切看起来都运行良好。

当我检查容器的日志时,我发现它无法连接到互联网。我尝试ping但没有结果。当我运行命令来描述 pod 时,我得到以下信息:

Warning FailedCreatePodSandBox 42m (x3 over 42m) kubelet, node02 (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "dea99f80488031b84b7b1f934343e54d877adf931071401651628505d52f55f9" network for pod "deployment-cnfc5": NetworkPlugin cni failed to set up pod "deployment-cnfc5_matrix-device" network: unable to allocate IP address: Post http://127.0.0.1:6784/ip/dea99f80488031b84b7b1f934343e54d877adf931071401651628505d52f55f9: dial tcp 127.0.0.1:6784: connect: connection refused

我检查了目录/etc/cni/net.d,它包含10-weave.conflist在主节点和工作节点上。我还检查了目录并在节点/opt/cni/bin上找到以下内容:master

bridge flannel ipvlan macvlan ptp tuning weave-ipam weave-plugin-2.5.1 dhcp host-local loopback portmap sample vlan weave-net

在工人身上,我得到了以下信息:

bridge flannel ipvlan macvlan ptp tuning weave-ipam weave-plugin-2.5.0 dhcp host-local loopback portmap sample vlan weave-net weave-plugin-2.5.1

请任何人都可以请让我知道我能做些什么来解决这个问题。?谢谢。

我使用以下命令启动了 kube master:

sudo kubeadm init --token-ttl=0 --apiserver-advertise-address=192.168.0.142

并使用以下方法安装编织:

kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"
4

0 回答 0