-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
component/kuberneteskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/P2
Description
[provide a description of the issue]
Version
oc v3.9.0-alpha.1+a027e963-84
kubernetes v1.9.0-beta1
features: Basic-Auth GSSAPI Kerberos SPNEGO
Steps To Reproduce
- oc cluster up --service-catalog=true --loglevel=10
Current Result
- spews tons of logs trying to ping the webconsole:
I0110 09:48:33.019855 21448 webconsole.go:91] polling for web console server availability
I0110 09:48:33.019950 21448 round_trippers.go:417] curl -k -v -XGET -H "Accept: application/json, */*" -H "User-Agent: oc/v1.9.0 (linux/amd64) kubernetes/3258431" https://127.0.0.1:8443/apis/extensions/v1beta1/namespaces/openshift-web-console/deployments/webconsole
I0110 09:48:33.029464 21448 round_trippers.go:436] GET https://127.0.0.1:8443/apis/extensions/v1beta1/namespaces/openshift-web-console/deployments/webconsole 200 OK in 9 milliseconds
- FAILS with an error:
FAIL
Error: failed to start the web console server: timed out waiting for the condition
Expected Result
OpenShift server started.
The server is accessible via web console at:
https://127.0.0.1:8443
You are logged in as:
User: developer
Password: <any value>
To login as administrator:
oc login -u system:admin
Additional Information
[try to run $ oc adm diagnostics
(or oadm diagnostics
) command if possible]
[if you are reporting issue related to builds, provide build logs with BUILD_LOGLEVEL=5
]
[consider attaching output of the $ oc get all -o json -n <namespace>
command to the issue]
[visit https://docs.openshift.org/latest/welcome/index.html]
Metadata
Metadata
Assignees
Labels
component/kuberneteskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/P2