Could be a basic one..
I have created a pod in Openshift Enterprise 3.2 with the configuration set as restartPolicy: Always
. So ideally when the pod is destroyed Openshift will make sure to re-run/re-create the pod because of the restart policy.
Now I no longer need the pod. When I am trying to destroy the pod it is getting created again.
My question is What is the ideal way to destroy the pod with restartPolicy: Always