replicasets
作者:互联网
资源配置清单
- apiVersion: apps/v1
- kind: Replicaset
- metadata:{name:"test",namespace:"detfault",labels:{},annotations:{}}
- spec
- 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