Kubernets Pod的yaml文件常用参数注释
Kubernets yaml文件常用参数注释apiVersion: v1#版本号kind: Pod#Podmetadata:#元数据 name: string #pod的名称 namespace: string #pod所属的命名空间 labels: #自定义标签列表 - name: string annotations: #自定义注释列表 - name: stringspec:#pod容器中的详细定义 containers: #pod
原创
2021-12-14 17:37:27 ·
1341 阅读 ·
0 评论