Top "Openshift" questions

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

OpenShift Deployment

Hi I am new to open shift . I don't know how to create repository and deploying our project to it. …

openshift openshift-client-tools
Openshift: Unresolved Image

i'm stuck with Openshift (Origin) and need some help. Let's say i want to add a grafana deployment via CLI …

openshift openshift-origin
ETIMEDOUT connect error using nodemailer in Nodejs Openshift application

I'm facing some problems using the nodemailer module in my node.js single gear non-scalable application in Openshift. As the …

node.js openshift nodemailer
Could not complete schema update: org.h2.jdbc.JdbcSQLException: Table "PG_CLASS" not found; SQL statement

I have next problem when deploy application on openshift. I use a wildfly application server and PostgreSQL cartrige. In persistence.…

java hibernate postgresql jdbc openshift
how do I tail logs in open shift using oc client

From the question you can tell I'm a newb. At the moment to get the logs of my pod I'm …

openshift
ERROR: column "id" is of type uuid but expression is of type bytea

My entity looks like @Entity public class Member { @Id private UUID id; @Column(name = "member_external_id", unique = true, nullable = …

java database postgresql openshift
Application 'appname' failed to start (port 8080 not available) on open shift node app

I have written a node restify server in coffee and I can't seem to get it running. While deploying I …

linux node.js coffeescript openshift restify
Kubernetes - Liveness and Readiness probe implementation

I'm developing a service using Spring and deploying it on OpenShift. Currently I'm using Spring Actuator health endpoint to serve …

spring kubernetes openshift
Deploying a local django app using openshift

I've built a webapp using django. In order to host it I'm trying to use openshift but am having difficulty …

python django git openshift
JDK 8 support at DIY cartridge in OpenShift

I know WildFly cartridge doesn't have JDK support, but can I somehow install Java 8 at experimental DIY cartridge? java-1.7.0 is …

openshift java-8