Closed tlytg456 closed 6 years ago
need to bind service account default
to cluster-admin
role
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: default
@fcmfcm01 Thanks sir, I have closed the issue
Thanks all first, I install kubernetes in 3 VMs and I want to install the fabric8 via gofabric8. But now the gogs cannot start correctly. root@opt1:~# kubectl get pods
And I search log get:
I can not run the 'gofabric8 service fabric8 --url', and it would not show the url, so I find the fabic8 service is run, and use nodePort to pose the url to see the web, I get "There are no teams currently available."
I do not know where should I fix, and I searched that problem be happened on minikube.#189
I am look for ward to your reply. Thanks.