摘要: deployment文件部署 # cat nginx_deployment apiVersion: apps/v1 kind: Deployment metadata: name: nginx spec: replicas: 2 selector: matchLabels: app: nginx s 阅读全文
posted @ 2020-05-24 16:07 jabbok 阅读(1235) 评论(0) 推荐(0) 编辑