上一页 1 ··· 3 4 5 6 7
摘要: 正常部署后查看日志有报错 manager.go:111] unable to fully collect metrics: [unable to fully scrape metrics from source kubelet_summary:node1: unable to fetch metri 阅读全文
posted @ 2020-03-23 22:09 wazz_s 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: 0 是一个文件描述符,表示标准输入(stdin)1 是一个文件描述符,表示标准输出(stdout) 2 是一个文件描述符,表示标准错误(stderr) 1>&2 正确返回值传递给2输出通道 &2表示2输出通道 2>&1 错误返回值传递给1输出通道, 同样&1表示1输出通道. 常见用法是 表达式 > 阅读全文
posted @ 2020-01-15 17:33 wazz_s 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: 大致的安装过程网上都有,这里记录一下安装过程中出现的一些问题。 集群环境 master:192.168.80.100 node1:192.168.80.101 node2:192.168.80.101 系统信息:centos 7.6.1810 软件版本:kubeadm v1.15.1 docker 阅读全文
posted @ 2019-07-29 18:08 wazz_s 阅读(764) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7