The Minishift installation has the oc tool by default already and it is not required be download and/or installed. In … More
Tag: OpenShift
[OpenShift] – Recommended free Material to learn OpenShift
OpenShift for Developers eBook: <https://www.openshift.com/promotions/for-developers.html> DevOps with OpenShift: <https://openshift-com.s3.amazonaws.com/ebooks/DevOps_with_OpenShift.pdf>
[OpenShift] – How to install Jenkins on OpenShift?
OpenShift provides container images for running Jenkins which includes the pre-installed Kubernetes plug-in that allows Jenkins slaves to be dynamically provisioned on … More
[OpenShift] – How to create credentials for your application connect to an external service in the build time?
You can use the command $oc secrets [options] Via the command $oc secrets –help you can see the available types. Following an … More
[OpenShift] – Resources configuration of a pod
The request resources is a configuration related to the quantity of memory and CPU minimal required to run the pod on … More
[OpenShift] – How to setup blue/green environment? POC of blue/green setup in Openshift.
Following a small example of this setup. (POC) Create a project: $ oc new-project bluegren Create a new app based on … More
[OpenShift] – How to change the default security policy to allow containers to run as root? ( Not recommended for production environments )
oc adm policy add-scc-to-user anyuid -z default
[OpenShift] – Installing and running Minishift (OpenShift single node) into a Mac with VirtualBox
Minishift provides an easy way to install and startup an OpenShift single node fast. Following the basic steps to do it … More
[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