So I have a weird issue where I cannot figure out what I did wrong.
The question is the attached:
Create a
ReplicaSet
with namechecker-cka10-svcn
inns-12345-svcn
namespace with imageregistry.k8s.io/e2e-test-images/jessie-dnsutils:1.3
.Make sure to specify the below specs as well:
command
sleep 3600
replicas set to
2
container name:
dns-image
Once the checker pods are up and running, store the output of the command
nslookup kubernetes.default
from any one of the checker pod into the file/root/dns-output-12345-cka10-svcn
onstudent-node
.
Below is the result and on the right is a description of the replicaset. Image is correct, it’s just not fully visible in the screenshot. Pods are running. I can’t figure out why it shows as wrong.
Any help would be appreciated thanks.
Edit:
The only thing I can think of are the labels which I kept from the sample manifest file.