Error when imagePullPolicy Never but image not cached
Never prevents pulling. Pod uses cached images only
kubectl get pod -o yaml
docker load on node
Deploy for all nodes
Use IfNotPresent
Never for offline only. Requires pre-seeded images. Avoid normally.
Check node images
Create test with Never