jayunit100 / k8sprototypes

A collection of Kubernetes examples that I use
73 stars 33 forks source link

install.yml fails with unsupported value for restartPolicy #4

Closed mattfenwick closed 3 years ago

mattfenwick commented 4 years ago
➜  netpol git:(master) ✗ kubectl create -f https://raw.githubusercontent.com/jayunit100/k8sprototypes/master/netpol/install.yml
The Job "netpol" is invalid: spec.template.spec.restartPolicy: Unsupported value: "Always": supported values: "OnFailure", "Never"