标签:size cas root 配置 replicas ica toolbar lse sel
第1章 nginx配置文件yamlcat nginx_rc.yaml apiVersion: v1 kind: ReplicationController metadata: name: nginx4 spec: replicas: 1 selector: app: nginx4 template: metadata: labels: app: nginx4 spec: containers: - name: nginx4 image: 10.0.0.10:5000/nginx:v2 ports: - containerPort: 80 volumeMounts: - mountPath: /usr/local/nginx/html name: web volumes: - hostPath: path: /root/test name: web
标签:size cas root 配置 replicas ica toolbar lse sel
原文地址:http://blog.51cto.com/fenyuer/2153733