会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
随波逐流
首页
管理
上一页
1
···
7
8
9
10
11
12
下一页
2019年10月23日
nginx 各个版本特性
摘要: nginx 更新都更新了什么
阅读全文
posted @ 2019-10-23 16:13 caonw
阅读(3670)
评论(0)
推荐(0)
nginx版本选择
摘要: nginx 怎么选择
阅读全文
posted @ 2019-10-23 16:10 caonw
阅读(5243)
评论(0)
推荐(0)
2019年10月18日
nginx规则
摘要: upstream bolate{ server 192.168.122.20:80; } server{ listen 80; server_name www.baidu.com.cn; location / { proxy_set_header X-Real-IP $remote_addr; pr
阅读全文
posted @ 2019-10-18 10:03 caonw
阅读(211)
评论(0)
推荐(0)
2019年10月14日
centos 单用户登录
摘要: centos 单用户登录
阅读全文
posted @ 2019-10-14 10:03 caonw
阅读(519)
评论(0)
推荐(0)
2019年10月11日
docker-compose 安装
摘要: docker-compose 安装
阅读全文
posted @ 2019-10-11 10:15 caonw
阅读(460)
评论(0)
推荐(0)
centos 修改成阿里云镜像
摘要: centos 修改成阿里云镜像
阅读全文
posted @ 2019-10-11 09:58 caonw
阅读(2567)
评论(0)
推荐(0)
2019年10月8日
kubernetes logs 命令错误记录
摘要: error: You must be logged in to the server (the server has asked for the client to provide credentials Error from server (Forbidden): Forbidden (user=system:anonymous, verb=get, resource=nodes, subresource=proxy)
阅读全文
posted @ 2019-10-08 22:42 caonw
阅读(2924)
评论(0)
推荐(0)
2019年10月2日
puppet 错误记录
摘要: SSL_connect returned=1 errno=0 state=error: certificate verify failed:
阅读全文
posted @ 2019-10-02 11:20 caonw
阅读(682)
评论(0)
推荐(0)
2019年9月3日
Linux复制文件提示 Text file busy
摘要: Linux复制文件提示 Text file busy
阅读全文
posted @ 2019-09-03 16:32 caonw
阅读(2886)
评论(0)
推荐(1)
2019年9月1日
Kubernetes设计架构
摘要: Kubernetes集群包含有节点代理kubelet和Master组件(APIs, scheduler, etc),一切都基于分布式的存储系统。下面这张图是Kubernetes的架构图。 Kubernetes节点 在这张系统架构图中,我们把服务分为运行在工作节点上的服务和组成集群级别控制板的服务。
阅读全文
posted @ 2019-09-01 18:57 caonw
阅读(150)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
下一页