I build docker images on one server and then load it onto to the nodes(using docker save and docker load cmds).
Then I make change to the dep_config file to pull it locally instead of repo.(by setting imagepullpolicy).
After that step I do "kubectl apply -f dep_config.yml".
Now, the pod restarts only for the 1st time but subsequent load of images and apply of config file, the pods dont restart.
Is there way I can restart the pod with "kubectl apply" even if there is no change in the config_deploy.yml file.