摘要: kubernetes创建pod的yaml文件,参数说明 apiVersion: v1 #指定api版本,此值必须在kubectl apiversion中 kind: Pod #指定创建资源的角色/类型 metadata: #资源的元数据/属性 name: web04-pod #资源的名字,在同一个n 阅读全文
posted @ 2018-06-21 16:56 Presley 阅读(1751) 评论(0) 推荐(0) 编辑
摘要: 一、引用自:https://www.cnblogs.com/gaoyuechen/p/8685771.html#_label6 二、安装过程中docker 坑 转自:https://blog.csdn.net/youjin/article/details/80015377 阅读全文
posted @ 2018-06-21 14:52 Presley 阅读(122) 评论(0) 推荐(0) 编辑