kubectl 1.18+ run no longer generates a Deployment, so the README instructions for installation won't work:
$ kubectl create ns kubernator
namespace/kubernator created
$ kubectl -n kubernator run --image=smpio/kubernator --port=80 kubernator
pod/kubernator created
$ kubectl -n kubernator expose deploy kubernator
Error from server (NotFound): deployments.apps "kubernator" not found
kubectl 1.18+
run
no longer generates a Deployment, so the README instructions for installation won't work:See also https://medium.com/@alexellisuk/kubernetes-1-18-broke-kubectl-run-heres-what-to-do-about-it-2a88e5fb389a