OpenShift: Difference between revisions

Content added Content deleted
Line 120: Line 120:
Service Catalog Install : Complete (0:07:04)
Service Catalog Install : Complete (0:07:04)
</pre>
</pre>

= WebUI =

{{notice|The Authentication is failing in below procedure, need to troubleshoot}}

* For initial installation, simply use htpasswd for simple authentication.
* Seed it with a couple of sample users to allow us to login to the OpenShift Console and validate the installation:
htpasswd -c /etc/origin/htpasswd admin

* Set cluster-role rights to admin user have access all projects in the cluster:
oc adm policy add-cluster-role-to-user cluster-admin admin

* WebUI should be available at:
https://openshift01:8443


= Verification =
= Verification =


* On Master:
* On Master:

oc status
oc get all


oc get nodes
oc get nodes
Line 142: Line 159:
router-1-vwl99 1/1 Running 0 13m
router-1-vwl99 1/1 Running 0 13m
</pre>
</pre>

= Troubleshooting =

Diagnostics
oc adm diagnostics


= Disable Kube-Proxy =
= Disable Kube-Proxy =