vernemq / vmq-operator

VerneMQ Operator creates/configures/manages VerneMQ clusters atop Kubernetes
Apache License 2.0
30 stars 20 forks source link

Getting started issues #7

Closed larshesel closed 5 years ago

larshesel commented 5 years ago

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?

larshesel commented 5 years ago

Docs were fixed