Questions tagged [openshift-online]

OpenShift Online is a hosted version of OpenShift, a distribution of Kubernetes for the enterprise, provided by Red Hat.

For more information of OpenShift Online see:

43 questions
0
votes
1 answer

I can no longer access OpenShift Online Starter console

Around last 1-2 weeks, I got e-mail notice from OpenShift Online that my starter account would be suspended due to inactivity. I thought I've been using the cluster recently. But anyhow I tried deploying a new app. After that, I got this another…
Chakrit W
  • 322
  • 3
  • 11
0
votes
1 answer

How to open an internal port in Openshift 3 Online?

Say if I want to open two ports, one for the public at 8080, and another one to process some public request but was forwarded by the 8080 port like such: const http = require('http'); const publicServer = http.createServer(...).listen(8080); const…
Aero Wang
  • 8,382
  • 14
  • 63
  • 99
0
votes
0 answers

Unable to run spring boot application on openshift

I have deployed a spring boot project on open shift stater gen 3. It was perfectly a few days ago. But yesterday I rebuilt it and it gave me this "Application is not available".I deployed it through this. Redhat open JDK 8 Here is my pom:
0
votes
2 answers

configure openshift online Kibana to view archived logs

Update kibana works without any effort deploying the python catalogue template a starter cluster and on "pro-us-east-1". Its broken on "pro-eu-west-1" for old and new projects and using the templates seen to work elsewhere. Update: Here is a…
simbo1905
  • 6,321
  • 5
  • 58
  • 86
0
votes
1 answer

Openshift Online Pro health check doesn't connect when the http url is valid

We are using OpenShift Online Pro. I have an app where I want to add a readiness health check. If I check the URL from my laptop it is good: simon$ curl --head http://x.y.pro-eu-west-1.openshiftapps.com/api/ready HTTP/1.1 200 OK If I use the…
simbo1905
  • 6,321
  • 5
  • 58
  • 86
0
votes
1 answer

Getting error while runing simple node js app in openshift online

I am trying to setup node js application using one of github helloworld application code. I am always getting this error Regards, Vivek Chauhan
Vivek Chauhan
  • 236
  • 2
  • 11
0
votes
1 answer

Validate domain ownership for let's encrypt in OpenShift Online v3

In order to get the let's encrypt certificates I have to validate that I'm the owner of the domain. This is no problem if you run your own app in a container in OpenShift Online. But in this case I'm just pulling the image from the official docker…
Rotareti
  • 49,483
  • 23
  • 112
  • 108
0
votes
0 answers

Openshift rest api using java and object creation

Is there any way to take a yaml file and create object out of it like template , quota and others using java
0
votes
0 answers

OpenShift 3 MySQL installation error

Cannot create persistent volume claim "mysql". persistentvolumeclaims "mysql" is forbidden: exceeded quota: 6176696e6173686b616e74616b-noncompute, requested: requests.storage=1Gi, used: requests.storage=0, limited: requests.storage=0 I have paid…
Karthik
  • 39
  • 5
0
votes
0 answers

Openshift Online Starter: Cannot access deployed app

Did a basic build and deploy of a git repository https://github.com/jboss-openshift/openshift-quickstarts.git The external route for application is create and it's not accessible there. cmd: oc get services gives me the below output. I am not…
Ted
  • 1
  • 1
0
votes
1 answer

Access metrics API on Openshift Online 3?

I'm running two Pods in my Openshift Online 3 project. I want one Pod to know the resource utilization of the other. The k8s core metrics pipeline from k8s 1.7+ is what I have in mind, but that isn't available on Openshift Online 3. Where (URL) is…
ublubu
  • 3
  • 2
-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

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 2
3