I am trying to get the Kubernetes Dashboard running, but I am running into trouble with no clusterrole
being specified.
kubectl create clusterrolebinding add-on-cluster-admin --serviceaccount=kube-system:kubernetes-dashboard-minimal
error: clusterrole must be specified
yes, the --clusterrole
flag is required