When testing mobile-developer-console-operator following the steps in README I noticed few issues:
* `make install-operator` and `make install-mdc` won't create the resources * Operator does not have needed permissions:
{noformat} E0710 08:52:58.547510 1 reflector.go:134] sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:126: Failed to list *v1.ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io is forbidden: User "system:serviceaccount:mobile-developer-console:mobile-developer-console-operator" cannot list clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched {noformat}
UPDATE: With a workaround I was able to install MDC service, after logging into the MDC, I got some network errors (attached image1). This is probably caused by additional `https://` prefix. When removing it in this [1] step, I no longer see this error.
!Snímek obrazovky 2019-07-10 v 12.34.12.png|thumbnail!
But I got different network error - probably caused by CORS (attached image2)
!Snímek obrazovky 2019-07-10 v 12.53.24.png|thumbnail!
[1] https://github.com/aerogear/mobile-developer-console-operator/blame/master/README.adoc#L89 |
|