会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
运维点滴
博客园
首页
新随笔
联系
订阅
管理
2021年11月4日
git clone 报错:Please make sure you have the correct access rights and the repository exists.
摘要: git clone git@gitlab.test.com:mypy/testproject.git Cloning into 'testproject'... git@gitlab.test.com: Permission denied (publickey,gssapi-keyex,gssapi
阅读全文
posted @ 2021-11-04 12:46 然后没有然后
阅读(232)
评论(0)
推荐(0)
2021年10月22日
虚拟机新部署的k8s集群执行kubectl logs、exec报错
摘要: [root@k8smain01 ~]# kubectl exec -it deploy-nginx-8458f6dbbb-vc2jd -- bash error: unable to upgrade connection: pod does not exist [root@k8smain01 ~]#
阅读全文
posted @ 2021-10-22 19:28 然后没有然后
阅读(572)
评论(0)
推荐(0)
centos8 kubernetes k8s v1.22.1 搭配containerd搭建集群
摘要: 系统环境配置 #关闭防火墙 systemctl stop firewalld systemctl disable firewalld #关闭selinux sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config setenforce
阅读全文
posted @ 2021-10-22 12:32 然后没有然后
阅读(698)
评论(4)
推荐(0)
2021年10月20日
k8s部署calico网络后,calico-node显示READY 0/1
摘要: describe pod显示报错: Readiness probe failed: 2021-10-02 08:02:33.072 [INFO][205] confd/health.go 180: Number of node(s) with BGP peering established = 0c
阅读全文
posted @ 2021-10-20 17:52 然后没有然后
阅读(2252)
评论(0)
推荐(0)
公告