replicasets

资源配置清单

  1. apiVersion: apps/v1
  2. kind: Replicaset
  3. metadata:{name:"test",namespace:"detfault",labels:{},annotations:{}}
  4. spec
  5. status

重点说明spec

spec:
  replicas: 2
  selector:
    matchLabels:
      app: frond
      tire: dev
上一篇:求二叉树的层次遍历


下一篇:转载:EWOULDBLOCK = EAGAIN