I'm using minikube and I'm trying to make a Job, everything seems fine but it's not creating pod. Here's my yaml file:
apiVersion: batch/v1
kind: Job
metadata:
name: calculator
spec:
template:
spec:
containers:
- name: calculator
image: mzylowski/life-calculator:0.1
command: ["universer", "39934"]
restartPolicy: Never
backoffLimit: 4
Also when I'm trying to find what's wrong I'm getting this: