arush-sal / cka-practice-environment

A sample lab test environment to help in preparation of CKA certification.
MIT License
861 stars 472 forks source link

Authentication failure #2

Open abdennour opened 6 years ago

abdennour commented 6 years ago

Steps to reproduce

  1. Start minikube and point kubectl on it.
  2. start docker engine
docker-machine start default
eval $(docker-machine env default)
  1. parse docker host IP IP=$(docker-machine ip default)

  2. Run app docker-compose up -d

  3. Visit http://${IP}

  4. Click "Let's Start Exam"

Issue

Authentication failure.

image

hellolijj commented 5 years ago

i also meet the same problem

arush-sal commented 5 years ago

@abdennour & @hellolijj Unfortunately I don't have minikube on my system and my current system can't directly support it, but still, I'll be looking into ways to reproduce and resolve this issue with some much needed improvements overall. Sorry for the delay.

sebastiansutter commented 5 years ago

This log entry might be related to the issue: 2019/06/05 15:49:10 [error] 6#6: *10 open() "/usr/share/nginx/html/xmlrpc.php" failed (2: No such file or directory), client: x.x.x.x, server: localhost, request: "GET /xmlrpc.php HTTP/1.1", host: "x.x.x.x"

satomic commented 5 years ago

you can try my fork https://github.com/satomic/cka-practice-environment