Hello team,
Good afternoon!
Hope you all are doing great.
Please help in finding issue and how to resolve it.
I checked multiple times but did’t find what is misisng or what is the error.
Hello team,
Good afternoon!
Hope you all are doing great.
Please help in finding issue and how to resolve it.
I checked multiple times but did’t find what is misisng or what is the error.
Hi @pandit.gaur43
The issue is on the named :
here is an example :
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: myapp-replicaset
labels:
app: myapp
tier: frontend
spec:
replicas: 3
selector:
matchLabels:
name: myapp
template:
metadata:
labels:
name: nginx
labels: myapp
spec:
containers:
- name: nginx
image: nginx:latest