cluster-capacity icon indicating copy to clipboard operation
cluster-capacity copied to clipboard

imagePullPolicy should not be mandatory

Open majeformation opened this issue 1 year ago • 2 comments

$ cluster-capacity --podspec pod2.yml --kubeconfig ~/.kube/config

displays this error:

Failed to parse pod spec file: Invalid pod: "Required value: spec.containers[0].imagePullPolicy"

meaning that imagePullPolicy is mandatory ! why ? The PodSpec does not say so....

majeformation avatar Feb 23 '24 10:02 majeformation