You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: error validating "openebs-operator.yaml": error validating data: unknown object type schema.GroupVersionKind{Group:"", Version:"v1", Kind:"ServiceAccount"}; if you choose to ignore these errors, turn validation off with --validate=false
What you expected to happen:
I would expect it to not produce an error message. However... kubernetes/kubernetes#53309 looks like it bit me.
I'm very new to k8s so I think this is probably a bug from using the bleeding edge stuff. Maybe you should mention in your getting started guide if there is a blessed version of k8s, etc. that is recommended.
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: BUG REPORT
What happened:
While following the minikube based approach at http://openebs.readthedocs.io/en/latest/install/dev_solutions.html I ran the
kubectl apply -f openebs-operator.yaml
command. I got the following error:What you expected to happen:
I would expect it to not produce an error message. However... kubernetes/kubernetes#53309 looks like it bit me.
I'm very new to k8s so I think this is probably a bug from using the bleeding edge stuff. Maybe you should mention in your getting started guide if there is a blessed version of k8s, etc. that is recommended.
The text was updated successfully, but these errors were encountered: