My File: spec: securityContext: runAsUser: 1010

Barney Murnin:
My File:
spec:
securityContext:
runAsUser: 1010

Mohamed Ayman:
Can you please try to get the pods using
$ Kubectl get pods
Then delete the running pod using
$ Kubectl delete pod ubuntu-sleeper
Then apply the pod again using
$ Kubectl apply -f /var/answers/answer-2.yaml