Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project needs to be created and template needs to be processed as "developer" user #22

Closed
DuncanDoyle opened this issue Jan 12, 2017 · 1 comment
Assignees

Comments

@DuncanDoyle
Copy link
Contributor

If you follow the installation documentation, the "coolstore" project is created under the "system:admin" user. The template is also processed as this user. You can't login with this user in the OpenShift console, which makes it impossible to see the project in the console.

We need to specify that you need to change user to "developer" before creating the project,

@DuncanDoyle DuncanDoyle self-assigned this Jan 12, 2017
@jamesfalkner
Copy link
Member

I use the oc-cluster-wrapper and it sets up the 'admin' user as a cluster-admin via

oc adm policy add-cluster-role-to-user cluster-admin admin --as=system:admin

This is a workaround only though. Should fix the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants