会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
薛飞儿
博客园
首页
新随笔
联系
订阅
管理
2019年6月5日
docker免密登陆私有镜像库
摘要: 通过创建docker-registry类的secrets,实现类docker login免密。 生成命令: kubectl --namespace kube-system create secret docker-registry regcred \ --docker-server=<your-re
阅读全文
posted @ 2019-06-05 18:54 薛飞儿
阅读(2236)
评论(0)
推荐(0)
2019年5月16日
CentOS7下部署NTP服务
摘要: 1、NTP服务器环境介绍 操作系统:CentOS Linux release 7.2.1511 (Core) 内核:3.10.0-327.4.5.el7.x86_64 主机名:ntp01 2、安装ntp服务 yum -y install ntp 3、修改 ntp配置 (1)driftfile /va
阅读全文
posted @ 2019-05-16 15:15 薛飞儿
阅读(1553)
评论(0)
推荐(0)
2019年4月26日
emqx_ctl无响应
摘要: 1、环境说明 操作系统版本:CentOS7.2 EMQ版本:3.0.1 2、问题描述 执行emqx_ctl cluster status命令无响应,显示如下: 3、问题分析 emqx_management正常启用监听8080端口, 执行netstat -anp|grep 8080检查发现8080端口
阅读全文
posted @ 2019-04-26 18:58 薛飞儿
阅读(2783)
评论(0)
推荐(0)
2019年4月25日
Windows服务器使用Telegraf采集服务器监控指标输出到influxdb
摘要: 1、环境说明 操作系统:Windows Server 2008 R2 IP:192.168.10.135 官方文档地址 :https://docs.influxdata.com/telegraf/v1.10/ 2、安装包下载(windows) wget https://dl.influxdata.c
阅读全文
posted @ 2019-04-25 13:32 薛飞儿
阅读(745)
评论(0)
推荐(0)
公告