Questions tagged [openshift-enterprise]

An on-premise, private Platform as a Service (PaaS) solution offering that allows you to deliver apps faster and meet your enterprise's growing application demands. With Red Hat's award-winning private Platform as a Service, OpenShift Enterprise, you can improve developer productivity, increase operational efficiency, and expand your hardware utilization.

An on-premise, private Platform as a Service (PaaS) solution offering that allows you to deliver apps faster and meet your enterprise's growing application demands. With Red Hat's award-winning private Platform as a Service, OpenShift Enterprise, you can improve developer productivity, increase operational efficiency, and expand your hardware utilization.

186 questions
3
votes
2 answers

OpenShift 4.2 Rest API documentation

Is there any link to find OpenShift 4.2 Rest API documentation? I could see latest that we have is for 3.11 https://docs.openshift.com/container-platform/3.11/rest_api/index.html.
3
votes
1 answer

Image update in the external docker registry doesn't trigger deployment

I am importing the following template in the OpenShift web client to create ImageStream, DeploymentConfig & Service. ImageStream is created from a Docker Image available on an External Docker Registry. Everything seems to be working fine apart from…
niklodeon
  • 1,320
  • 5
  • 20
  • 51
3
votes
2 answers

OpenShift :: How do we enable traffic into pod on a custom port (non-web / non-http)

How do we enable traffic into pod on a custom port (non-web / non-http). For example consider the port 12121. I tried exposing the port through route. But could not reach this pod from another pod within the same namespace. Is this feature…
3
votes
0 answers

How can I add persistent storage to my openshift s2i build to prevent downloading deps again on every build?

I have a Java app running on openshift and I am doing frequent builds using s2i as part of a CI pipeline. Since the build container is ephemeral, maven has to download all dependencies on every build, making it slow. How can I add persistent storage…
Nathan Hadzariga
  • 342
  • 3
  • 16
3
votes
1 answer

Cron Job in Openshift not a valid Template but *batch.CronJob with yml

I am trying to make a cron job in Openshift but I got this error: error: unable to parse "openshift/cronJob-template.yml", not a valid Template but *batch.CronJob I ran this command: oc process -f openshift/cronJob-template.yml -p…
Mike3355
  • 11,305
  • 24
  • 96
  • 184
3
votes
1 answer

Limitations of OpenShift Origin

Are there any enforced limitations on OpenShift Origin compared to OpenShift Container Platform (former Enterprise)? I mean, things like on Origin you can only have up to a certain (low) number of nodes, etc. Also, which features are available in…
3
votes
1 answer

Openshift - build error: non-zero (13) exit code

I am attempting to build and deploy a dotnetcore based ASP.NET application (with AngularJS) on OpenShift Container platform. The build operation is failing with the following error: chgrp: changing group of…
3
votes
2 answers

Deploying a modified Jenkins image in openshift fails

I used a "jenkins-1-centos7" image to deploy in my openshift to run projects on my jenkins image. It successfully worked and after many configurations, I duplicated a new image out of this jenkins container. Now I want to use this image to be used…
3
votes
3 answers

Tomcat - How to persist a session immediately to disk using PersistentManager + FileStore

I want to persist Tomcat's HttpSessions to disk so that it can be used in a scalable cloud environment. The point is that there will be a number of Tomcat nodes up (in a cloud PaaS) and clients can be directed to any of them. We want to persist and…
codependent
  • 23,193
  • 31
  • 166
  • 308
3
votes
4 answers

openshift pod fails and restarts frequently

I am creating an app in Origin 3.1 using my Docker image. Whenever I create image new pod gets created but it restarts again and again and finally gives status as "CrashLoopBackOff". I analysed logs for pod but it gives no error, all log data is…
priyank
  • 857
  • 2
  • 18
  • 35
2
votes
1 answer

How to collect log data of a specific namespace in Openshift?

I have a cluster with many namespaces. I'm trying to log data from a specific namespace in my Openshift cluster but it is logging the data from all the namespaces. I tried to follow the documentation of the Openshift regarding logging, but there is…
Akhil Ravindran
  • 126
  • 1
  • 10
2
votes
1 answer

Failed to pull image "image-registry.openshift-image-registry.svc:5000/..." OpenShift CRC

I am trying to install a sample application using the git option in OpenShift 4.7.2 (CodeReady containers 1.24) and I keep getting the below error while openshift tries to build the image to be deployed. Failed to pull image…
2
votes
0 answers

Openshift web console inaccessible all of sudden

The Openshift web console inaccessible all of sudden and i can execute all on OC CLI. oc cluster-info Kubernetes master is running at https://api.xxxxxx.com:6443 To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. oc…
anil
  • 57
  • 2
  • 10
2
votes
1 answer

helm chart error: could not find expected ':'

I am getting the below error while executing the helm chart. Error: YAML parse error on helmcharts/templates/route.yaml: error converting YAML to JSON: yaml: line 25: could not find expected ':' The chart works fine if I remove the multiline string…
2
votes
3 answers

How to use Openshift OAuth server as authentication provider for my web app running in openshift cluster?

I am deploying a web application in Openshift cluster. I want to use Openshift authentication to login to the web application. But couldn't find documentation on how to use Openshift authentication for third party apps deployed in Openshift. Can…
1
2
3
12 13