Change the Image version to 1.15-alpine for the pod you just created and verify the image version is updated.
Change the Image version to 1.15-alpine for the pod you just created and verify the image version is updated.A . Solution: Kubect1 set image pod/nginx nginx=nginx:1.15-alpine kubect1 describe po nginx // another way it will open vi editor and change the version kubeclt edit po nginx kubect1 describe po nginxView...