configmaps is forbidden: User “system:anonymous” cannot list resource “configmaps” in API group “” in the namespace “default”
方案:
kubectl create clusterrolebinding test:anonymous --clusterrole=cluster-admin --user=system:anonymous
configmaps is forbidden: User “system:anonymous” cannot list resource “configmaps” in API group “” in the namespace “default”
方案:
kubectl create clusterrolebinding test:anonymous --clusterrole=cluster-admin --user=system:anonymous