0

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

bdparrish
  • 3,216
  • 3
  • 37
  • 58

1 Answers1

0

yes, the --clusterrole flag is required

Jordan Liggitt
  • 16,933
  • 2
  • 56
  • 44