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

Not able to login to cluster console #87

Open
kenhuang opened this issue May 14, 2019 · 4 comments
Open

Not able to login to cluster console #87

kenhuang opened this issue May 14, 2019 · 4 comments

Comments

@kenhuang
Copy link

After installing OKD 3.11 from the latest master, I am not able to navigate to cluster console.

As showing in the screenshot below, keep getting redirect back to the login screen. I was able to navigate to application console, using oc cli without any issue.

Screen Shot 2019-05-15 at 9 47 30 AM

@dwmkerr
Copy link
Owner

dwmkerr commented May 19, 2019

That is bizarre, will attempt to reproduce shortly...

@ddanijel
Copy link

Does anyone have the same problem? After installing OKD 3.11 I am also not able to log in neither to the dashboard nor to oc cli.

@dwmkerr
Copy link
Owner

dwmkerr commented Jun 30, 2019

QQ did you get any errors after running the make openshift command? I.e. did ansible fail at any steps? Have you tried repeating the command in case a second attempt fixes it? It is likely to be issues with the generation of the user credentials I expect...

@dwmkerr
Copy link
Owner

dwmkerr commented Jul 18, 2019

I have re-tested with the latest version just from master, just updated. It works fine. Can you delete your resources, run:

rm -rf .terraform
terraform get && terraform init && terraform apply -auto-approve

Wait for 5 mins to make sure instances are alive, then run make openshift. Once this is done, see if make ssh-master works - if it does, you should be ssh-d onto the master node and able to run oc status, then let me know what the output is!

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

3 participants