Sandeep Panchal:
now I need to apply this config on pod to update the image
Tej_Singh_Rana:
> after that i did “kubectl edit pod redis” and updated image to redis from redis123
above step is sufficient to update the image
kubectl patch pod redis -p ‘{“spec”:{“containers”:[{“name”: “redis”,“image”: “redis”}]}}’
try this one, it will replace the image name from redis123 to redis.