OpenShift: Difference between revisions

Line 120:
Service Catalog Install : Complete (0:07:04)
</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 =
 
* On Master:
 
oc status
oc get all
 
oc get nodes
Line 142 ⟶ 159:
router-1-vwl99 1/1 Running 0 13m
</pre>
 
= Troubleshooting =
 
Diagnostics
oc adm diagnostics
 
= Disable Kube-Proxy =