Minishift provides an easy way to install and startup an OpenShift single node fast. Following the basic steps to do it … More
Category: OpenShift
[DevOps] – OpenShift – How to give permission to a user to get access to the system admin projects?
The following is the command line to do it via the Open Shift client tool ( oc ) after you … More
[DevOps] – OpenShift – How to solve router error when a new project is created?
The following is an example of errors which can be faced when the router can’t be created. Errors: * route/mbaas … More
[DevOps] – OpenShift – How to check if my installation is ok?
Before start use the container after it is installed is a good practice check if all is ok first. Login … More
[DevOps] OpenShift – How to login as system admin?
Command Line: $ oc login -u system:admin -n default Verified into: v3.2.1.28 The following is an example. $ oc login -u … More