openshift Questions

2

Solved

I am using YML to create pod and have specified the resource request and limit. Now I am not aware of how to modify the resource limits of a running pod. For example memory-demo.yml apiVersion: v...
Monastic asked 16/8, 2018 at 16:35

1

Solved

I need to delete the podeAntiAfinity property from multiple deployment configs. So far I've manage to find a way to update this property using the oc patch dc. My deployment config looks like som...
Template asked 26/7, 2018 at 21:14

2

I have a OpenShift template in template.yaml file which includes following objects - deployment-config, pod, service and route. I am using the following command to execute the yaml: oc process -f ...
Homograft asked 8/8, 2016 at 8:25

2

Solved

I am using the OpenShift Jenkins image within an OpenShift Cluster. This default Jenkins image results in a Jenkins container that is preconfigured to point to my Kubernetes cluster. Additionally, ...
Consecutive asked 23/4, 2018 at 18:51

2

Solved

I am trying to create an OpenShift compliant prefilled MySQL container image. Running the container with a specified user is (sadly) not an option for us. This is a problem since OpenShift simply...
Awesome asked 17/5, 2018 at 18:10

2

Solved

I start openshift locally using oc cluster up Then I create a pod using hello-pod.json with this command oc create -f examples/hello-openshift/hello-pod.json The pod is created but it can't...
Quincy asked 16/1, 2018 at 22:3

0

I have client application instrumented with Zipkin library with configuration in spring application.properties . camel.zipkin.host-name=hawkular-apm-server.com camel.zipkin.port=443 camel.zipkin.i...

1

Solved

I have a folder in my server that I want to update inside a cointaier in a pod. How do I do that without deleting the Secret? I know that the following creates my secret: oc create secret generic...
Ddene asked 1/6, 2018 at 6:46

2

Solved

If S2I - "Source-to-image" resource in Openshift3 tries to connect to a TLS Gitlab repository shows the following message: "Peer's certificate issuer has been marked as not trusted by the user". H...
Alderman asked 4/7, 2017 at 21:10

2

How do I connect to my Openshift 3 MongoDB with https://mongobooster.com/ from my local mac? The credentials from the pod do not work. Pod: nodejs-mongo-persistent-1-rt6ch Connected to MongoDB ...
Meridional asked 30/9, 2017 at 10:19

1

Solved

I know oc tag -d python:3.5 will remove only 3.5 tag.However I would like to remove multiple old tags from the same Image Stream using oc command. For instance image streams phython:rel-1, phython:...
Execrable asked 13/4, 2018 at 13:26

4

Solved

I've been trying to use Openshift Online v3 to host a web app. It works fine with the red hat-provided domain, but I can't get the routing working to get it to work on any other domain. all I get i...
Concupiscent asked 4/5, 2017 at 17:35

2

I have a scalable PHP 5.4 cartridge on Openshift, with a bronze account. It's a wordpress blog and I've used it until 2 weeks ago. Today, I returned to visit it and it says: 503 Service Unavail...
Brenan asked 28/3, 2015 at 20:21

1

I'm trying to create docker image for oracle JDK but the only image I can find is the open JDK. Our applications uses oracle JDK so it is mandatory to build oracle JDK docker images. My question is...
Nosy asked 3/3, 2018 at 12:57

5

Solved

So I just finished setting up a JBoss application server gear on Openshift and I attached a MySQL and phpmyadmin cartridges. My question is if there is a way to remote access to the database server...
Cloe asked 3/11, 2013 at 3:40

1

Solved

I am using OpenShift 3 Starter on OpenShift Online to run a small web project. It had been running fine for the last two months and suddenly stopped running yesterday. I found the deployment had si...
Dowell asked 5/12, 2017 at 11:16

8

Solved

On the desktop, I can use a text editor with the ruby interpreter to run everything, but there isn't an interpreter available for Chromebook. Is there any online software/program/webapp that ...
Mer asked 1/1, 2014 at 12:17

1

Solved

I have a project in west-1 on Openshift v3. In it I have an app that worked fine and one that stopped working following a GitHub committing something very downstream within the code. The issue is w...
Erective asked 13/11, 2017 at 9:11

1

When installing cryptography package I get the following error: Invalid environment marker: platform_python_implementation != 'PyPy' It seems upgrading setuptools would solve this. Is there a wa...
Struble asked 25/10, 2017 at 8:7

0

I have been using Openshift 3 seamlessly to build and deploy a Node.js application for several months. Since yesterday, new builds of the same app systematically fail because they are stuck foreve...
Redevelop asked 24/10, 2017 at 9:2

1

Solved

I am running Zookeeper in an OpenShift/Kubernetes environment. I have setup zookeeper as a StatefulSet in order to reliably persist config data. I configured three servers in my zoo.cfg by hostna...
Weston asked 6/10, 2017 at 12:24

0

I'm migrating my podcast site, but build is pending for more than an hour. oc get events  19:09:02 LASTSEEN FIRSTSEEN COUNT NAME KIND SUBOBJECT TYPE REASON SOURCE MESSAGE 50m 50m 1 opendevpodcas...
Exuviate asked 30/9, 2017 at 22:26

2

Solved

I have a scalable EAP 6.0 web app hosted on Openshift, and I get HTTP 503 error messages whenever I attempt to access the app. How do I fix this.
Sudan asked 25/7, 2012 at 5:49

1

I'm trying to migrate from OpenShift 2 to OpenShift 3. I have created a new app on OpenShift 3 but I'm struggling to clone my BitBucket private git repository to it. (I had no problem with OpenShif...
Frankish asked 25/8, 2017 at 18:43

2

Solved

TL;DR: Working app, cloned it, clone doesn't start correctly from push hook (but works fine manually if I ssh in.) PATH has correct Node version added to it, but somewhere right in the last step, t...
Bushranger asked 22/8, 2017 at 21:10

© 2022 - 2024 — McMap. All rights reserved.