cluster-capacity
cluster-capacity copied to clipboard
imagePullPolicy should not be mandatory
$ 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....