Questions tagged [openshift-origin]

OpenShift Origin is an open source Platform-as-a-Service application hosting platform.

OpenShift Origin is an open source Platform-as-a-Service application hosting platform.

It is the upstream source of Red Hat's OpenShift Online hosting service.

79 questions
6
votes
5 answers

How to list users with role cluster-admin in OpenShift?

I can add users to the cluster-role "cluster-admin" with: oc adm policy add-cluster-role-to-user cluster-admin But how can I list all users with the role cluster-admin? Environment: OpenShift 3.x
tlo
  • 548
  • 2
  • 8
  • 24
5
votes
2 answers

Postgres crash loop caused by a tuple concurrently updated error

Sometimes when starting Postgres POD in OpenShift following error code is being shown pg_ctl: another server might be running; trying to start server anyway waiting for server to start....LOG: redirecting log output to logging collector…
TouDick
  • 261
  • 2
  • 8
4
votes
0 answers

How do I set up openshift’s bind correctly

I have set up an instance of redhat’s Openshift origin and am sometimes having troubles resolving the individual apps’ domains from the outside. I have two physical machines running, both with their own public IP address. One is set up as broker…
Raphael Schweikert
  • 219
  • 1
  • 2
  • 9
3
votes
0 answers

OpenShift Master not starting - assetConfig.servingInfo invalid value “”

I've installed OpenShift Enterprise 3.2 on a RHEL 7 system using the official advanced documentation using this template. My installation currently consists of 2 machines: a master and a node. I ran the ansible playbook with the following…
MiH
  • 91
  • 7
3
votes
1 answer

Run initdb with user having write rights, but not owner of pgdata directory

I'm running initdb in docker image (official Postgres image) in Openshift environment, with sets the strict security policy, that user that will run the container will have random UID, but GID will be 0, so I can assert that the process have all…
3
votes
1 answer

How do I fix OpenShift permission denied error?

I'm try to run OrientDB docker container in OpenShift. I encounter a permissions error when it tries to deploy. I'm using a Mac. This is the error: /orientdb/bin/server.sh: line 114: can't create /orientdb/bin/orient.pid: Permission denied This is…
Madison
  • 31
  • 1
  • 1
  • 3
3
votes
1 answer

Best way to run OpenShift Origin in AWS

I'm trying to create a production-ready Openshift Origin environment in AWS. I have experience with Kubernetes and CoreOS and kube-aws just makes things easy. You generate assets, run CloudFormation template and you are all set. Nodes with userdata…
2
votes
1 answer

Integrate external jenkins pipelines to openshift

I want to integrate my existing jenkins pipelines(external server) to openshift. I have found many commands about manipulating openshift through jenkins, but what I want to achieve is in the following photo, jenkins outputs shown to openshift. Any…
2
votes
1 answer

Can't reach a Kubernetes service on a guest node

I have tried to run the guestbook example in Kubernetes Github repository but I can't reach this service from my local host. My test enviroment consists of two virtual machines (with CentOS7) provisioned by CloudStack, with OpenShift Origin…
DarkSkull
  • 161
  • 1
  • 9
2
votes
2 answers

Volume migration with OpenShift

I'm a bit confused with persistent volumes in OpenShift and I'm wondering what happens if a pod with a persistent volume fails, is that volume lost forever? Is it possible to migrate a volume to another pod when that pod fails? If so, which kind of…
DarkSkull
  • 161
  • 1
  • 9
2
votes
1 answer

Single Kubernetes/OpenShift cluster/instance across datacenters?

As posted on SO (not sure which community is best suited?) 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…
1
vote
1 answer

GlusterFS Volume Creation Suggestion

I have to deploy multiple Openshift Clusters from 3 nodes to 10 nodes. For 3 nodes i am creating volumes as replicated. But for 4 and above it doesn't look nice to create replicated volume, so each node has 300GB disk and replicating it to 10 nodes…
ImranRazaKhan
  • 150
  • 3
  • 15
1
vote
1 answer

Is Openshift OKD multitenant to external customers or to users?

Is Openshift OKD meant to be something you can deploy on a per customer basis, so their user's have multitenancy? Or is it meant to be a single huge openshift okd cluster than you deploy on which all your customers can use it?
tread
  • 423
  • 2
  • 4
  • 21
1
vote
0 answers

Not able to deploy Openshift on AWS using QuickStart Guide

Thanks for your support. I am trying to deploy the Open-shift on aws using AWS Quickstart guide, as mentioned here. My deployment is gets Rollback as it is unable to deploy below…
1
vote
0 answers

Automatic DB creation with MongoDB in Kubernetes or OpenShift

I have a MongoDB cluster in Kubernetes, it's pushed to Kube with a StatefulSet type of deployment. That part work's good, I can even create 1 DB with variables starting with that... My question is, how do I create more than 1 DB within Mongo at…
yield
  • 771
  • 1
  • 9
  • 24
1
2 3 4 5 6