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
1
vote
0 answers

Redhat codeready container deployment throwing error query DNS from host: Invalid IP for foo.apps-crc.testing

I ma trying to install redhat openshift using CRC by using this doc https://computingforgeeks.com/setup-local-openshift-cluster-with-codeready-containers/. But while strating container it is giving below exception [crc@openshift ~]$ crc start INFO…
rahul
  • 406
  • 1
  • 5
  • 14
1
vote
1 answer

Openshift Monitoring with REST_API

I am trying to use Openshift REST-API's to get the status of my cron-jobs. I am the admin of my namespace but I don't have cluster access so I can't do anything on cluster level. Now, to get the status, I am first creating the role : # oc create…
1
vote
2 answers

How do we figure out which replicationcontroller is actually managing the pods in case of deploymentconfig, openshift cluster

So, lets say I have a DeploymentConfig running and because of that a ReplicationController which is eventually running a pod. If I updated the DeploymentConfig, more than once (let's assume), more ReplicationControllers would be created, and pods…
1
vote
1 answer

Openshift 4.4 problem with bootstrap complete

I'm trying to install Openshift 4.4 on the vSphere platform. I set DHCP, DNS records and HAPROXY according to the documentation below : https://docs.openshift.com/container-platform/4.4/installing/installing_vsphere/installing-vsphere.html However…
carpel
  • 15
  • 5
1
vote
1 answer

Can high HTTP timeout values cause any issues

I have a SpringBoot app hosted on OpenShift-Enterprise. I have one request that takes significantly more time to process due to integration with other systems. That request started getting 504 Gateway timeout error on browser exactly after the…
1
vote
2 answers

Dynamic tag based on build number in Openshift buildconfig

I am doing CI/CD using openshift buildconfig. I am able to fetch the source code from git and successfully build the docker image and push to internal registry. I want to tag the image built with with build numbers based on Openshift Build config…
1
vote
1 answer

Is it possible to install openssl in openshift?

I have a script that encrypts the files that are created by my application. The script is a bat file, I am changing it to shell script because in openshift we use wildfly server in centOS and the script uses OpenSSL. My question is Is it…
1
vote
0 answers

Openshift idle a service using REST API

Is there a way to idle an OCP service using the Openshift REST API ? I know, that every oc command that runs from the client hits an api to perform the action requested. However - I don't see an information about the endpoint to call to idle a…
1
vote
2 answers

Where can I download the OpenShift 4 CodeReady Containers VirtualBox crcbundle file?

I am trying to install Openshift4 locally on my computer and I am missing a file with the .crcbundle-extension. Could someone help me out on where to find this file or how to create it? I am talking about the following project on…
1
vote
1 answer

How can I generate OpenShift/Kubernetes object definitions using parameterized templates with helm or other tools?

I was wondering if it is possible to use helm charts just to generate the k8s objects themselves. We are using multiple k8s clusters with managed by openshift. Helm doesn't work so well with multiple openshift clusters, so we figured that using the…
1
vote
1 answer

setting up microcks in openshift

I am trying to set up microcks in the openshift.. I am just using the free starter from openshift at the https://console.starter-us-west-2.openshift.com/console/catalog In the http://microcks.github.io/installing/openshift/ , the command is given as…
Janier
  • 3,982
  • 9
  • 43
  • 96
1
vote
1 answer

How do I stop an existing open shift Port Forward

With oc, I can portward a pod in open shift to get local access. oc get pods oc port-forward MY-POD-NAME 5555:5555 How do I stop it after I start it? I've searched through oc port-forward --help I don't see a way to get a list of all…
1
vote
1 answer

Application pod deployment across different openshift clusters

I have openshift 3.9 installed in one AWS region ohio. I have jenkins installed in it. I have a pipeline code in where it will take Java code from GitHub bind with jboss and deployed it in project test within the same cluster. It works fine and I'm…
1
vote
0 answers

Is it possible to disable CNI, ONLY on Openshift Master?

Folks, I have a Openshift cluster that has 1 Master and 2 Compute nodes. Openshift Version: 3.9 Deployment Type: Origin Openshift SDN network plugin type is: CNI Per Openshift documentation here, Web Console pod should run on the Master node. So…
xmen
  • 56
  • 4
1
vote
0 answers

Similar option for docker exec -u in openshift

I have a Jenkins pod running in OpenShift. I have enabled anyuid for my project as per http://appagile.io/2017/03/29/how-to-run-a-pod-as-root/. However, I'm unable to get the initial admin password due to the following issue