其他分享
首页 > 其他分享> > replicasets

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

标签:Replicaset,app,labels,apps,dev,replicasets,spec
来源: https://www.cnblogs.com/wangend/p/15521419.html