Questions tagged [openshift-3]

Redhat rolled out Openshift version 3 which is having a totally different architecture than its earlier version referred as 'Openshift' or 'Openshift V2'.

Please check the details here.

All the queries on Openshift V2 or earlier are commonly tagged as 'openshift'. However, the same is no longer valid for Openshift V3. While Openshift V2 and V3 would co-exist for some time, it is more appropriate to tag all V3 related queries under this tag (Openshift-3).

215 questions
-1
votes
1 answer

How to get require('http').createServer().listen(port).on('connect', fn) to work on Openshift 3 Online?

const http = require('http'); const server = http.createServer(...).listen(8080); server.on('connect', (req, cltSocket, head) => { console.log('This step will never be activated!'); ... if (...) { let srvSocket = net.connect('9999',…
Aero Wang
  • 8,382
  • 14
  • 63
  • 99
-1
votes
1 answer

Dockerfile -Error: lsstat target/springbootdemo-0.0.1-SNAPSHOT.jar: no such file or directory

I have a spring boot project and trying to build the project with a Docker file on OpenShift V3. The problem is that I only have my source code in my git repo; no target directory or jar file. My Dockerfile is not able to get the final artifact…
-1
votes
1 answer

OpenShift3 "Container MYSQL is Crashing Frequently"

In openshift3 i am hosting Java application. i had created MYSQL and deleted and now i am trying to create MYSQL again but it is showing error "THE CONTAINER MYSQL IS CRASHING FREQUENTLY". I attached images for…
Karthik
  • 39
  • 5
-1
votes
1 answer

Openshift 3: Where are the log files and how to manage them?

I have a Openshift 3 starter app (python). Using the web console I can see my logs. Where is the actual file? After a while the file will be getting big and will needed to be deleted I assume. On Openshift 2 there was a "rhc tidy" command to clean…
fat fantasma
  • 7,483
  • 15
  • 48
  • 66
-1
votes
2 answers

In OpenShift 3, how to run a docker image that requires root?

In OpenShift 3, how can deploy a docker image that requires root?
mabg
  • 1,894
  • 21
  • 28
1 2 3
14
15