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
2
votes
1 answer

Unable to access service by service name in Openshift v3 cluster

I have two services deployed in Openshift Enterprise V3. Say the services are Service Name - A, Namespace - ns1 Service Name - B, Namespace - ns2 When I am trying to access service B from a pod/container under service A with the url…
2
votes
1 answer

Unable to login in open shift from eclipse

I'm trying to login to open shift server from eclipse but getting this error "The server type, credentials, or auth scheme might be incorrect." But I'm able to login to my account from web with the same credentials.
2
votes
2 answers

Programmatically Obtain Hardware Details of a Node

Is there a way to obtain hardware information (e.g. number of CPU cores, capacity of RAM) of an OpenShift 3.0 node programmatically? I could not find anything useful in the API references for OpenShift or Kubernetes (except for NodeSystemInfo in the…
Janaka Bandara
  • 1,024
  • 1
  • 12
  • 27
2
votes
1 answer

OpenShift S2I build strategy from multiple data sources

A web application typically consists of code, config and data. Code can often be made open source on GitHub. But per-instance config and data may contain secretes therefore are inappropriate be saved in GH. Data can be imported to a persistent…
abbr
  • 5,361
  • 6
  • 30
  • 44
2
votes
1 answer

Single Kubernetes/OpenShift cluster/instance across datacenters?

With the understanding that Ubernetes is designed to fully solve this problem, is it currently possible (not necessarily recommended) to span a single K8/OpenShift cluster across multiple internal corporate datacententers? Additionally assuming that…
Donovan Muller
  • 3,822
  • 3
  • 30
  • 54
2
votes
1 answer

Docker Registry Stays Pending After Deployment

I have installed OpenShift Enterprise as per the online guide (quick installation) but I'm stuck at deploying the registry. [https://docs.openshift.com/enterprise/3.0/admin_guide/install/docker_registry.html#deploy-registry][1] I create the…
2
votes
1 answer

Database disappearing on OpenShift (OSE) running Postgres and Rails 4 / Ruby 2

I have Ruby (2) on Rails (4) app deployed on OpenShift Enterprise running a Postgres database. After initial deployment the app worked perfectly, information was persisted in the database, routing was working, all the tests were passing - everything…
lostphilosopher
  • 4,361
  • 4
  • 28
  • 39
2
votes
2 answers

Uploaded files getting deleted while redeploying in Openshift server

After pushing the whole application, The whole application is working fine. Then I upload some files to my uploads folder via my web interface. If I push the code via git, All the files in uploads folder is deleting automaticaly. Is there a way to…
Sriraman
  • 7,658
  • 4
  • 40
  • 60
1
vote
0 answers

pod not found error, while using the rsync cmd to copy the results from ocp pod to jenkins workspace

I am running some automated tests using RBF, but sometimes when the test runner is complete and am trying to copy the test result from OCP to local using Rsync (using Jenkins job), it shows that the pod is not found, but test cases were run on the…
1
vote
2 answers

How the ingress controller traffic lands on the correct node?

We have a OpenShift 4.8 cluster with 3 master nodes and 10 worker nodes in Azure. All the worker and master nodes are added under the same load balancer. I am a bit confused about how ingress traffic reaches the cluster. When someone accesses the…
1
vote
1 answer

Update node condition type in status

I am trying to patch, clear Node conditions in OpenShift and/or Kubernetes cluster on a worker node. Patch isn't working, trying even workarounds, maybe update the key in etcd. Main problem that i created new node conditions and then i removed them…
1
vote
0 answers

Openshift build fails only in a specific project (with meteor error)

Using Openshift 4.6. I'm trying to build an image with a buildConfig, a docker strategy from a binary source (local directory). The buildConfig is generated with the command: oc new-build . name=build-name --strategy=docker…
Hadas
  • 61
  • 2
1
vote
2 answers

Getting logs/more information during start-build command execution

Jenkins pipeline is building Docker images. OpenShift plugin(s) are used for the same. An example command: openshift.selector(BUILD_CONFIG_NAME, "${appBcName}").startBuild("--from-dir=${artifactPath}", '--wait','--follow') While this works smoothly…
1
vote
1 answer

Redhat Openshift workloads impact during network outage

We have requirement to setup on prem kubernetes that can continue to serve applications even when there is disconnection from internet. We are considering Redhat openshift. My question is does redhat openshift continue to service existing workloads…
1
vote
1 answer

Use External standalone-full.xml by the RHPAM kie pod in Openshift

I just want to use customized standalone-full.xml in the RHPAM kie server pod which is running in Openshift. I have created the configmap from file and not sure how to set it. I created the configmap like this oc create configmap my-config…
anil
  • 57
  • 2
  • 10