From kubectl 1.6 the -o wide option does this, so
kubectl get deployments -o wide
will show the current image in the output.
From kubectl 1.6 the -o wide option does this, so
kubectl get deployments -o wide
will show the current image in the output.