eip-work / kuboard-press

Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
https://kuboard.cn/
22.4k stars 1.52k forks source link

[Vssue]/install/install-dashboard.html #13

Open shaohq opened 5 years ago

shaohq commented 5 years ago

https://kuboard.cn/install/install-docker-desktop.html

shaohq commented 5 years ago

Kuboard - 快速在 Kubernetes 上落地微服务

godguhguh commented 5 years ago

楼主您好 请问安装Kuboard总是显示calico网络插件有问题,这怎么解决?

Warning FailedCreatePodSandBox 75s (x566 over 16m) kubelet, demo-worker-a-1 (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "6b6596c0168859297daa37cd64adb94805028b212694509eab98b19768f5206e" network for pod "kuboard-5886b85669-b89kl": networkPlugin cni failed to set up pod "kuboard-5886b85669-b89kl_kube-system" network: stat /var/lib/calico/nodename: no such file or directory: check that the calico/node container is running and has mounted /var/lib/calico/nd has mounted /var/lib/calico/

shaohq commented 5 years ago

@godguhguh

楼主您好 请问安装Kuboard总是显示calico网络插件有问题,这怎么解决?

Warning FailedCreatePodSandBox 97s (x739 over 21m) kubelet, demo-worker-a-2 (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "3f53c0b410ff10d61d6f32ec1dd60b4d5d0585c95f8e3736335c2e551846e397" network for pod "kuboard-68798cb565-dxh4n": networkPlugin cni failed to set up pod ""kuboard--68798cb565-dxh4n_kube-system" network: stat /var/lib/calico/nodename: no such file or directory: check that the calico/node container is running and has mounted /var/lib/calico/

从你给的信息来看还不能推断错误的原因是什么,您可以参考 https://kuboard.cn/support/ 加入群聊,以便获得更多帮助

xieyuzhe1992 commented 4 years ago

kuboard 很好的kubernetes管理面板,可以快速部署、查看日志、提高生产效率,极大的简化初学者的入门难度。

javaDeveloperBook commented 4 years ago

楼主您好 请问安装Kuboard总是显示calico网络插件有问题,这怎么解决?

Warning FailedCreatePodSandBox 75s (x566 over 16m) kubelet, demo-worker-a-1 (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "6b6596c0168859297daa37cd64adb94805028b212694509eab98b19768f5206e" network for pod "kuboard-5886b85669-b89kl": networkPlugin cni failed to set up pod "kuboard-5886b85669-b89kl_kube-system" network: stat /var/lib/calico/nodename: no such file or directory: check that the calico/node container is running and has mounted /var/lib/calico/nd has mounted /var/lib/calico/

也遇到同样问题,请问如何解决呢?

shaohq commented 4 years ago

你加我qq,我给你看一下发自我的华为手机-------- 原始邮件 --------发件人: javaDeveloperBook notifications@github.com日期: 2020年1月12日周日 18:45收件人: eip-work/kuboard-press kuboard-press@noreply.github.com抄送: shaohq 77128473@qq.com, Author author@noreply.github.com主 题: Re: [eip-work/kuboard-press] [Vssue]/install/install-dashboard.html (#13)

楼主您好 请问安装Kuboard总是显示calico网络插件有问题,这怎么解决?

Warning FailedCreatePodSandBox 75s (x566 over 16m) kubelet, demo-worker-a-1 (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "6b6596c0168859297daa37cd64adb94805028b212694509eab98b19768f5206e" network for pod "kuboard-5886b85669-b89kl": networkPlugin cni failed to set up pod "kuboard-5886b85669-b89kl_kube-system" network: stat /var/lib/calico/nodename: no such file or directory: check that the calico/node container is running and has mounted /var/lib/calico/nd has mounted /var/lib/calico/

也遇到同样问题,请问如何解决呢?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

yunMaple commented 4 years ago

你好,麻烦问一下kuboard.cn这个域名相关的所有域名都不可用了呢

yeliang99 commented 4 years ago
[root@tom ~]# kubectl apply -f https://kuboard.cn/install-script/kuboard.yaml --v=5
I0622 09:42:29.714952   57284 helpers.go:234] Connection error: Get https://kuboard.cn/install-script/kuboard.yaml: dial tcp: lookup kuboard.cn on 192.168.233.1:53: read udp 192.168.233.132:42888->192.168.233.1:53: i/o timeout
F0622 09:42:29.714983   57284 helpers.go:115] Unable to connect to the server: dial tcp: lookup kuboard.cn on 192.168.233.1:53: read udp 192.168.233.132:42888->192.168.233.1:53: i/o timeout
H-Mysterious commented 4 years ago

内网如何安装kuboard呀?

biggercousin commented 4 years ago

内网如何安装kuboard呀?

https://kuboard.cn/install/install-dashboard-offline.html#%E5%87%86%E5%A4%87kuboard%E9%95%9C%E5%83%8F

he19920226he commented 3 years ago

大佬反向代理的问题解决了吗。

jipeigong commented 3 years ago

请问kuboard是否有高可用部署方式,我这边使用kubeadm部署了3台master高可用,安装kuboard2的时候只会在其中一台创建kuboard,当我关闭已安装kuboard的master服务器的时候再次安装kuboard,此时提示unchanged表示已经安装了,无法在另外两台安装,实际如果这台master服务器宕机我就无法通过控制台控制我的集群worker节点了,只能通过kubectl命令来操作了