apiVersion: apps/v1 kind: ReplicaSet metadata: name: curry-replicaset spec: replicas: 10 selector: matchLabels: app: nginx template: metadata: labels: app: nginx spec: containers: - image: nginx name: nginx status: replicas: 1 conditions: - status: True type: ReplicaSet