vernemq / vmq-operator

VerneMQ Operator creates/configures/manages VerneMQ clusters atop Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started issues

larshesel opened this issue · comments

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?

Docs were fixed