上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: nginx 更新都更新了什么 阅读全文
posted @ 2019-10-23 16:13 caonw 阅读(3670) 评论(0) 推荐(0)
摘要: nginx 怎么选择 阅读全文
posted @ 2019-10-23 16:10 caonw 阅读(5243) 评论(0) 推荐(0)
摘要: 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)
摘要: centos 单用户登录 阅读全文
posted @ 2019-10-14 10:03 caonw 阅读(519) 评论(0) 推荐(0)
摘要: docker-compose 安装 阅读全文
posted @ 2019-10-11 10:15 caonw 阅读(460) 评论(0) 推荐(0)
摘要: centos 修改成阿里云镜像 阅读全文
posted @ 2019-10-11 09:58 caonw 阅读(2567) 评论(0) 推荐(0)
摘要: 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)
摘要: SSL_connect returned=1 errno=0 state=error: certificate verify failed: 阅读全文
posted @ 2019-10-02 11:20 caonw 阅读(682) 评论(0) 推荐(0)
摘要: Linux复制文件提示 Text file busy 阅读全文
posted @ 2019-09-03 16:32 caonw 阅读(2886) 评论(0) 推荐(1)
摘要: 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 下一页