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

openshift: mount directory is not getting populated with initial data from container

My openshift template with pv,pvc and deployment config is as follows: kind: Template apiVersion: v1 metadata: name: okd-static-server. labels: template: okd-static-server objects: - apiVersion: v1 kind: PersistentVolume metadata: name:…
user13384945
2
votes
0 answers

80-openshift-network.conf is missing in /etc/cni/net.d

I'm having problem deploying a cluster in Openshift. Any reason why? Version Red Hat Enterprise Linux Server release 7.7 (Maipo), oc version: oc v3.11.43 ansible 2.6.18 config file = /etc/ansible/ansible.cfg configured module search path =…
Jude Medina
  • 193
  • 1
  • 1
  • 6
2
votes
1 answer

Adding external private jar to Openshift Application

I want to deploy a Java & Maven micro services application on OpenShift however I have one small issue. These micro services are dependent on a commons project containing some common components. How can i add the jar of the commons project (…
theAsker
  • 527
  • 3
  • 14
2
votes
1 answer

Openshift 3.11 logging to external ElasticSearch instance

I have an external ElasticSearch instance that I'd like Fluentd and Kibana to leverage accordingly in OSE 3.11. The ES instance is insecure at the moment, as this is simply a internal pilot. Based on the OSE docs here…
2
votes
1 answer

OpenShift :: how to skip the application from starting when using "oc new-app"

I am using openshift command oc new-app [OPTIONS..] to add a new application into the openshift project. As part of the process, it creates : build config & starts the build image stream replication controller deploy config & deploys the…
2
votes
0 answers

OpenShift: External hosts resolving to the same IP

Just installed OpenShift and it mostly works. I have one slight problem, and that's the fact that DNS resolution for external (non-cluster) hostnames resolve to my OCP router IP address. For example: oc run --rm -i -t alpine-bash…
2
votes
0 answers

Fatal error on OpenShift while connecting to github

I'm new to OpenShift, all I'm trying is to build a sample app, trying .Net core. Created a new project then selected .Net core example. Now when I build it, it throws this error: Cloning…
Rahul Chakrabarty
  • 2,149
  • 7
  • 39
  • 70
2
votes
1 answer

How to filter the pods based on their age in openshift cli?

Generally we get pod details by running the command oc get pods I wanted to filter the pods by their age. let's say I want to view the pods that are running since an hour. How can we filter the pods?
2
votes
1 answer

OpenShift support arbitrary user ids

From this reading on https://docs.openshift.org/latest/creating_images/guidelines.html#openshift-specific-guidelines in the section Support Arbitrary User IDs. It's recommended for: an image to support running an arbitrary user an image to make…
His
  • 5,891
  • 15
  • 61
  • 82
2
votes
3 answers

How to open a Web Console for open shift?

guys I am using OpenShift to conatinerize and run application on kubernetes, I have started the open shift cluster using oc cluster up now how do I open in the web console. For the mini shift I have user minishift start and then minishift console…
2
votes
1 answer

How to delete a pod in Openshift with restart policy set to always?

Could be a basic one.. I have created a pod in Openshift Enterprise 3.2 with the configuration set as restartPolicy: Always . So ideally when the pod is destroyed Openshift will make sure to re-run/re-create the pod because of the restart…
Here_2_learn
  • 5,013
  • 15
  • 50
  • 68
2
votes
1 answer

Redhat subscription issue

Hi I am installation openshift 3.3 , 30 days trial version on RHEL 7.3, have registered the system using subscription-manager . I was able to attach pool id but suddenly its giving this "No available subscription pools to list" though in redhat…
priyank
  • 857
  • 2
  • 18
  • 35
2
votes
1 answer

Kubernetes - Why use dotfiles in secret volumes?

The Kubernetes documentation for secrets includes a section "Use-case: Dotfiles in secret volume" which states: In order to make piece of data ‘hidden’ (ie, in a file whose name begins with a dot character), simply make that key begin with a dot.…
2
votes
2 answers

custom metrics for horizontal pod autoscaler in OpenShift

I am using openshift v3 which uses kubernetes version 1.2. I am exploring more on autoscaling feature. Currently it says only CPU metrics is supported. Is there a way pods in openshift can be scaled based on memory or other metrics data collected…
priyank
  • 857
  • 2
  • 18
  • 35
2
votes
0 answers

openshiftv3 service url connection failed from within a project

I'm just starting to use OpenShift v3. I've been looking for examples on setting up a ci/cd pipeline using jenkins, nexus, sonarqube on openshift. I've found this nice example project but unfortunately I can't get it to work. The project can be…
mmelsen
  • 636
  • 1
  • 8
  • 24
1 2
3
12 13