Top "Openshift" questions

OpenShift is Red Hat's distribution of Kubernetes for the enterprise.

Using env variable in Spring Boot's application.properties

We are working on a Spring Boot web app and the database we are using is MySql; the setup we …

java mysql spring spring-mvc openshift
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known

I download from https://github.com/luciddreamz/laravel Laravel for openshift then upload over my repository over github. This code …

mysql laravel laravel-5 openshift
How to debug "ImagePullBackOff"?

All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: […

kubernetes openshift openshift-origin
How to use the 'main' parameter in package.json?

I have done quite some search already. However, still having doubts about the 'main' parameter in the package.json of …

javascript node.js rest asynchronous openshift
Permission denied (publickey,gssapi-keyex,gssapi-with-mic) on openshift

I am having issues with committing changes to my gear. I have tried to run rhc setup, I also deleted …

git openshift git-push public-key
HTTPS request in NodeJS

I am trying to write a NodeJS app which will talk to the OpenShift REST API using the request method …

node.js rest https openshift
How does docker compare to openshift?

Docker and OpenShift are both frameworks to implement a PaaS service. How do they compare in architecture and features?

openshift docker
Can I use my existing git repo with openshift?

Is it necessary to have git repo on openshift only? I already have bitbucket / github git repo and would prefer …

git openshift
Helm: could not find tiller

I'm getting this error message: ➜ ~ helm version Error: could not find tiller I've created tiller project: ➜ ~ oc new-project tiller Now …

openshift kubernetes-helm
rhc setup gives error `no such file dl/import`

I'm installing openshift client tools as described: https://developers.openshift.com/en/getting-started-windows.html#client-tools. On step 'Setting up Your …

ruby openshift