It's not clear to me how to follow the getting started guide to use the operator.
If I start minikube and apply the rbac section (copied into a file) I get:
$ kubectl apply -f ./rbac.yml
error: error validating "./rbac.yml": error validating data: ValidationError(RoleBinding): unknown field "rules" in io.k8s.api.rbac.v1.RoleBinding; if you choose to ignore these errors, turn validation off with --validate=false
I tried updating minikube to version 1.14.1 but that didn't help. What am I doing wrong?
It's not clear to me how to follow the getting started guide to use the operator.
If I start minikube and apply the rbac section (copied into a file) I get:
I tried updating minikube to version 1.14.1 but that didn't help. What am I doing wrong?