会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cui0116
博客园
首页
新随笔
联系
订阅
管理
2021年3月3日
k8s报错:Error syncing pod, skipping: failed to "StartContainer" for "kubernetes-dashboard" with CrashLoopBackOff: "Back-off 40s restarting failed ……
摘要: k8s报错:Error syncing pod, skipping: failed to "StartContainer" for "kubernetes-dashboard" with CrashLoopBackOff: "Back-off 40s restarting failed contai
阅读全文
posted @ 2021-03-03 14:50 丛丛丛丛
阅读(11329)
评论(0)
推荐(0)
2020年12月14日
yum 与rpm的区别与联系
摘要: 1.rpm :RedHat package manage的简写 rpm 是linux的一种软件包名称,以.rmp结尾,安装的时候语法为:rpm -ivh,rpm包的安装有一个很大的缺点就是文件的关联性太大,有时候装一个软件要安装很多其他的软件包,很麻烦, 2.yum(全称为 Yellow dog U
阅读全文
posted @ 2020-12-14 10:30 丛丛丛丛
阅读(1798)
评论(0)
推荐(1)
2020年12月2日
ansible 的使用参数
摘要: ansible 语句执行时可以带不同的参数 各参数详情如下: -m:要执行的模块,默认为command ,举例: -a:模块的具体的参数信息,一般要用'' 单引号引起来,举例: -u:ssh连接的用户名,默认用root,ansible.cfg中可以配置 ,即远程主机使用哪个用户名登录,举例: -k:
阅读全文
posted @ 2020-12-02 10:19 丛丛丛丛
阅读(166)
评论(0)
推荐(0)
2020年11月23日
curl http://192.168.10.130/ curl: (7) Failed to connect to 192.168.10.130 port 80: No route to host 报错的解决
摘要: curl http://192.168.10.130/ curl: (7) Failed to connect to 192.168.10.130 port 80: No route to host 的报错解决 开启http服务后,本机可以执行命令curl http://192.168.10.130
阅读全文
posted @ 2020-11-23 11:28 丛丛丛丛
阅读(4918)
评论(0)
推荐(0)
公告