Hi, Please help me out where i am doing wrong. in below yaml for replicaset

Sunil Sharma:
Hi, Please help me out where i am doing wrong. in below yaml for replicaset
image.png

Deepak Sharma:
Try matching label name in spec:selector:matchlabels with template label

Deepak Sharma:
in short labels in matchLables should be dict of value
app: my1app not string

Sunil Sharma:
Thanks @Deepak Sharma

Mohamed Ayman:
Always refer to the documentation:
https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/

Sunil Sharma:
Thanks