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).

208 questions
10
votes
1 answer

Migrating to Openshift Online Stuck

I'm migrating my podcast site, but build is pending for more than an hour. oc get events  19:09:02 LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT TYPE REASON …
user864279
  • 129
  • 4
9
votes
0 answers

Openshift 3 - Build stuck in pending state

I have been using Openshift 3 seamlessly to build and deploy a Node.js application for several months. Since yesterday, new builds of the same app systematically fail because they are stuck forever in the Pending state, with the "Started status: not…
Ety
  • 303
  • 4
  • 11
6
votes
2 answers

Driver's SQLAllocHandle on SQL_HANDLE_HENV failed (0) (SQLDriverConnect) when connecting to Azure SQL database from Python running in OpenShift

Only when trying to connect to my Azure DB from Python 3.7 running in a OpenShift container (FROM rhel7:latest) I see the following error: sqlalchemy.exc.DBAPIError: (pyodbc.Error) ('IM004', "[IM004][unixODBC][Driver Manager]Driver's SQLAllocHandle…
5
votes
2 answers

Connect to openshift 3 mongodb from remote?

How do I connect to my Openshift 3 MongoDB with https://mongobooster.com/ from my local mac? The credentials from the pod do not work. Pod: nodejs-mongo-persistent-1-rt6ch Connected to MongoDB at:…
fabian
  • 5,203
  • 10
  • 57
  • 89
4
votes
2 answers

Deploy Spring Microservices on Openshift

I need to deploy a few microservices on the Openshift. These microservices are implemented using Spring Cloud. I use Spring Eureka for service discovery/load-balancing && Spring Zuul for service routing. From what I understand, Openshift already…
theAsker
  • 385
  • 2
  • 11
4
votes
1 answer

Openshift 3 FREE- custom domain

I am trying to migrate my app from Openshift 2 FREE to Openshift 3 FREE. I've managed to do everything, but the custom domain. In OpenShift it was very easy - add an alias to the app + modify some CNAME records in your domain. Now I do not find it…
supertramp
  • 149
  • 10
3
votes
0 answers

Unable to redeploy the certificates post-expiry in openshift 3.11

I have deployed openshift(okd) 3.11 using : https://github.com/openshift/openshift-ansible/tree/release-3.11 I would want to produce a scenario where certificates expire and test how the renewal certificates can be done. Hence I have set following…
3
votes
1 answer

Why is Openshift reporting a far greater container memory usage than the same Docker container running locally?

I have a Docker container that reports this resource usage when running locally: docker run -i --rm -p 8080:8080 my-application As you can see the container uses 10.6MiB: docker ps -q | xargs docker stats --no-stream CONTAINER ID …
codependent
  • 18,032
  • 17
  • 110
  • 225
3
votes
1 answer

Configure multiple paths for an Openshift Route

I'd like to define in Openshift one route with multiple paths, each path forwarding to a different service. For example /pathA would forward requests to ServiceA , whilst /pathB would forward requests to ServiceB. Is this possible in OpenShift? If…
theAsker
  • 385
  • 2
  • 11
3
votes
4 answers

Openshift Route is not load balancing from Service pods

I have tried before on Openshift Origin 3.9 and Online. I have deployed a simple hello world php app on Openshift. It has a Service and a Route. When I call the route, I am getting expected output with Hello world and the Pod IP. Let's call this pod…
John Seen
  • 579
  • 1
  • 11
  • 28
3
votes
0 answers

jenkins pipeline error during build image with build war in openshift

We are implementing CICD pipeline in openshift 3.9. At a stage where I'm building a jboss image with war, I am getting an error. The pipeline is getting failed at the BUILD IMAGE WITH APP stage. It is getting successful runs sometimes and failures…
3
votes
2 answers

Openshift container as root user

Hi Iam working on CICD implementation on openshift 3.9. I have a jenkins pod running in openshift. Iam running selenium scripts in jenkins and below is the error which iam getting like missing a package Running…
3
votes
1 answer

How to get information on latest successful pod deployment in OpenShift 3.6

I am currently working on making a CICD script to deploy a complex environment into another environment. We have multiple technology involved and I currently want to optimize this script because it's taking too much time to fetch information on each…
3
votes
1 answer

How to map requests to multiple ports in a pod in Openshift v3?

I have a web app that does http and ws requests. I am trying to deploy it to Openshift v3. Hence, I need my requests to be mapped to ports 80 and 90 in the pod. However: As mentioned in a related thread it is not possible for a route to expose…
StackExploded
  • 519
  • 6
  • 17
3
votes
1 answer

Deploying MYSQL stuck in pending

Been trying to deploy an mysql in openshift 3 online. And i get the following error. Any idea what's wrong with it?
root
  • 1,513
  • 2
  • 23
  • 37
1
2 3
13 14