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

Open-shift-Running Handler [openshift_master : verify API Server] FAILED - RETRYING Verify API Server

I am Trying to Install Openshift 3.9.1 In CentOS 7.5. All the process Done but Below Failed Issue Occurring. If you have any suggestion about it, ( Running Handler [ openshift_master : verify API Server ]) FAILED - RETRYING Verify API Server (120…
Sadhan Sarker
  • 129
  • 3
  • 11
1
vote
1 answer

How to make sense of OpenShift pods CPU usage metrics

Can someone please help explain how to understand the CPU usage metrics reported on the OpenShift web console. Below is an example for my application. The cursor on the graph points to 0.008 cores and is different at different times. What does…
His
  • 5,891
  • 15
  • 61
  • 82
1
vote
1 answer

Invalid JSON file for DeploymentConfig for Kubernetes

I have this JSON file which was converted from YAML: { "kind": "DeploymentConfig", "apiVersion": "v1", "metadata": { "name": "cdt-cae-deployment" }, "spec": { "template": { "metadata": { "labels": { "name":…
user7898461
1
vote
1 answer

Logging in OpenShift 3.7 issue

I am using Ansible to install logging (EFK) in OpenShift 3.7 with below parameters,…
1
vote
3 answers

How to update the OpenShift Online 3 platform to the latest version of Node.js?

At the age of OpenShift Online 2 there was an ability to update Node.js to the latest version. As far as I can see, this approach doesn't work anymore for the new OpenShift Online 3 version. Currently, OpenShift offers only outdated or LTS versions…
Mike
  • 14,010
  • 29
  • 101
  • 161
1
vote
1 answer

Create a externalName service to point to a route in another project in OpenShift

We are using openShift V3 Enterprise product. I would like to create a externalName type service called serviceA in ProjectA and it will point to a route in projectB. and I will create a another route in ProjectA which will point to ServiceA…
1
vote
1 answer

openshift template parameter expansion

I'm trying to write a template for OpenShift 3.5. The problem that I'm running into is that Most of my parameters are usually the same value, but because they're not the same value often enough (probably 20% of the time), I need to allow the…
1
vote
3 answers

Cronjob of existing Pod

I have a django app running on Openshift 3. I need to run certain manage.py commands on a regular basis. In Openshift 2 I used the Cron gear and now in Openshift 3 I want to use the CronJob pod type. I want to create a pod for the cronjob, use the…
YoFlynn
  • 84
  • 1
  • 6
1
vote
2 answers

Basic auth for Curl command into the secret of openshift

I have a Apache web server that has a Basic auth protected URL e.x. www.example.com/protected/ In my Dockerfile in the Openshift when I build an image i have curl commands that download the files. Now that curl command with basic auth would look…
1
vote
2 answers

Using service accounts to automate deployments is failing

We are trying to automate the build and deployment of containers to projects created in openshift v3.3. From the documentation I can see that we will need to leverage service accounts to do this but the documentation is hard to follow and the…
1
vote
0 answers

Why can't I use oadm policy add-cluster-role-to-user ... but I can use oc adm policy add-cluster-role-to-user ...?

Most examples out there use something like: $ oadm policy add-cluster-role-to-user cluster-admin admin however, if I run it I get: $ oadm policy add-cluster-role-to-user cluster-admin admin error: unknown command "add-cluster-role-to-user…
Donovan Muller
  • 3,822
  • 3
  • 30
  • 54
1
vote
1 answer

AWS ELB Configuration for a multi-master

I have a multi-master Origin setup in AWS. I have an ELB in front that uses SSL certificate configuration. I'm having difficulty configuring the access to the Web console as it seems that the web sockets are being interrupted. I can tell this…
1
vote
1 answer

RHEL Atomic Host 7 OpenShift Enterprise installation

Good, installation instruction describes installation for RHEL 7 (rpm and containerized) and RHEL 7 Atomic Host 7 (containerized only), rpm seems to be valid. But how to use Atomic Host, there are no clear instructions? Even: -bash-4.2# atomic host…
zirf
  • 334
  • 2
  • 9
1
vote
2 answers

What is option -n for in OpenShift "oc adm policy add-role-to-group" ?

The OpenShift command line tool (oc) offers a command to add a role to groups of users. The syntax is: oc adm policy add-role-to-group ROLE GROUP [GROUP ...] [options] In a script I found such command with option "-n" but there's no way I can find…
Paulo Merson
  • 13,270
  • 8
  • 79
  • 72
1
vote
1 answer

Openshift - multiple auth providers

Does openshift (Origin or Enterprise) support multiple auth providers ? eg 1. htpasswd (if not found ) 2. ldap This link talks about various auth supported but can we use multiple ... oauthConfig: identityProviders: - name: htpasswd_auth …
cloudnoob
  • 85
  • 8