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
0
votes
0 answers

Openshift - Environment Variable - Integer/Float

How do I set an integer or float value to the deployment config environment variable or in a configmap. I am getting the java.lang.NumberFormatException: For input string: "${KEYCLOAK_PORT_VAR}".
0
votes
2 answers

Openshift - Environment variable getting evaluated to hostname

I want to pass an environment variable that should get evaluated to the hostname of the running container. This is what I am trying to do oc new-app -e DASHBOARD_PROTOCOL=http -e ADMIN_PASSWORD=abc@123 -e…
0
votes
0 answers

RHEL openshift enterprise 3.1 Installation error when Gathering information from hosts

Here is the complete wizard output when installing Openshift Enterprise 3.1 with ansible 2.3 on RHEL 7.6 with Python 2.7.5 * Installation Summary * Hosts: - master.mine.kt.com - OpenShift Master - OpenShift Node (Unscheduled) - Etcd…
0
votes
1 answer

how to patch a route with an alternate backend

I have been trying to patch a route in openshift that has an alternate backend. I have tried: oc patch route/image-mirror-poc --patch '{"spec":{"alternateBackends": "kind:Service" "name:image-mirror-poc-blue" "weight:75"}}' Error: Error from…
Chris Bolton
  • 2,162
  • 4
  • 36
  • 75
0
votes
0 answers

How to specifc exec on volumeMount

We have OpenShift 3.9 running in our Cluster. I currently am trying out the Pipeline capabilities of OpenShift. It turns out the default recipies for Jenkins are not working. The problem is that the volumeMount specified in the dc leads to a noexec…
abergmeier
  • 13,224
  • 13
  • 64
  • 120
0
votes
0 answers

Why we cannot change the template category from OpenShift console?

We have template with tags=database,redis but this is not listing under database catagory; instead listing under "Other" category. I saw below method but not sure this is correct way for production clusters.…
0
votes
1 answer

Jfrog container registry (JFrog cloud) configuration on openshift

I am unable to configure my openshift to connect with the docker registry hosted on Jfrog docker registry. Please help me out in this. Thanks
0
votes
2 answers

Multiple options to deploy application to OpenShift

From what I understand, there is quite a couple of ways one can use in order to add an application to a project in the OpenShift Container Platform. Build a Docker image from source (s2i) and then, deploy the image to OpenShift Build a Docker image…
His
  • 5,891
  • 15
  • 61
  • 82
0
votes
1 answer

OpenShift OC new-app parameter substitutions not working

I can't seem to perform any parameter substitution. oc new-app -f template.yaml -p MEMORY_REQUEST=2G oc new-app -f template.yaml -p MEMORY_REQUEST="2G" oc new-app -f template.yaml --param=MEMORY_REQUEST=2G oc new-app -f template.yaml…
His
  • 5,891
  • 15
  • 61
  • 82
0
votes
1 answer

How to canary Services in Openshift?

I am experimenting to do a canary release of a service in Openshift. I understand and know how to canary a service if it is registered to a route. But there are situations that we often end up not registering every service with a route. Is there an…
zeagord
  • 2,257
  • 3
  • 17
  • 24
0
votes
1 answer

Openshift Admin Token

I am trying to create a script that records project resources every 15 minutes. How do I authenticate with Openshift API? Is there a token I can use that has read access on all namespaces? How do I create a service account that has access over all…
vatsal
  • 109
  • 2
  • 12
0
votes
1 answer

openshift: each successful build creating new pod

I'm new to openshift and I have created new openshift app using s2i strategy. But my problem is with each successful build its creating new pod instead of overriding the image on current running pod. Can someone please let me know the configuration…
Thrinath Reddy
  • 280
  • 1
  • 4
  • 12
0
votes
0 answers

Openshift 3.4 Aggregated logging straight to splunk without Elastic Search

We are running Openshift Container Platform 3.4.1. It is using the RedHat provided EFK aggregrated logging solution to log to Elastic Search. We've also enabled to secure forwarder to Splunk. Splunk is our strategic logging solution so we only…
MJM
  • 357
  • 1
  • 4
  • 16
0
votes
1 answer

SQL Server connectivity on Openshift platform

I have a SQL Server deployed on Openshift Container platform, on a RHEL image. The server is accessible using the SQLCMD command from the container itself. But when I try to access the same server from outside the container/pod, I get a very strange…
0
votes
1 answer

v3 where to get git_url?

I am trying to clone to my local git repository. From Mac terminal: git clone git_url directory_to_create In the web console, I tried to use the GitHub Webhook URL and Generic Webhook URL. But I got this error: The requested URL returned error:…
EmilyJ
  • 872
  • 2
  • 8
  • 19