Openshift Template error unrecognized type int32

If you are running an Openshift template using Jenkins pipeline or another CI solution using the command line and you are getting this unrecognized error, I have a good new for you, perhaps your error is the same that I had before. For StatefulSet or DeploymentConfig, we must set in int value for replicas, example: replicas: 3, in this case, if your value came from parameter or from Jenkins environment variable. [Read More]

Checking status for Nginx

In this post, I will explain how we can get status for Nginx configuration, sometimes is not easy to filter the HTTP code by curl command when the backend is not working, besides that intention here is get the status of the proxy configuration.

[Read More]