openshift Questions

7

INFORMATION NEEDED: I use Keycloak (Docker version) behind a Spring project. (The client side of this project is React and communication between client and backend is provided by REST services.) ...
Heathcote asked 7/3, 2019 at 13:10

5

I'm trying to install hyperkit on MacOS 12.1 M1 Silicon and I get the following error. % brew install hyperkit Error: hyperkit: no bottle available! You can try to install from source with: bre...
Paule asked 5/1, 2022 at 7:56

3

I would like to execute the below curl command and specify my own key store. I tried using --cacert option and specified the path of the cacert jks. curl --ssl-reqd --url 'smtp://mailhost.myorg.com...
Mcswain asked 17/12, 2020 at 1:32

4

Solved

I am trying to deploy a mariadb image on openshift origin. I am using mariadb:10.2.12 in my docker file. It works ok on local but I get following error when I try to deploy on openshift origin. ...
Acnode asked 17/1, 2018 at 16:57

5

Solved

I am installing Openshift Origin All-in-One Server using below links https://docs.openshift.org/latest/getting_started/administrators.html#downloading-the-binary after download when I did: tar -xf ...
Sufism asked 2/8, 2018 at 14:6

7

Solved

I updated a file (for debug output) in a running pod, but it isn't getting recognized. I was going to restart the pod to get it to take but I only see oc stop and not oc start or oc restart. How wo...
Brachial asked 29/3, 2018 at 17:58

5

Can I enable HTTP/2 for my website hosted on OpenShift? I know you can use CloudFlare as a proxy, then it will provide support for HTTP/2. But I am interested in is the ability to configure precis...
Cockchafer asked 14/1, 2016 at 19:28

14

Solved

I am having issues with committing changes to my gear. I have tried to run rhc setup, I also deleted my .ssh folder and executed rhc setup again but that also didnt work. Not sure what changed bu...
Shaia asked 3/2, 2014 at 0:21

30

Solved

The scenario is, I cloned the Django code for OpenShift-V3 from here . When I ran the code with python manage.py runserver, I got this error: django.core.exceptions.ImproperlyConfigured: WSGI appl...
Sorci asked 3/1, 2017 at 10:52

4

Solved

We are using secret as environment variables on pod, but every time we have updated on secrets, we are redeploying the pods to take changes effect. We are looking for a mechanism where Pods get res...
Sayles asked 27/10, 2020 at 11:52

9

Solved

so I have a problem getting keycloak 3.2.1 to work behind kong (0.10.3), a reverse proxy based on nginx. Scenario is: I call keycloak via my gateway-route via https://{gateway}/auth and it shows...
Angulate asked 8/11, 2017 at 14:8

22

I download from https://github.com/luciddreamz/laravel Laravel for openshift then upload over my repository over github. This code for connect to database not work. The problem is that load variabl...
Sacrum asked 12/5, 2015 at 6:4

5

Solved

I'm facing some problems using the nodemailer module in my node.js single gear non-scalable application in Openshift. As the documentation suggested, I initialized the transporter object and used t...
Sommer asked 17/7, 2015 at 10:4

8

Solved

I am currently running into a problem trying to set up nginx:alpine in Openshift. My build runs just fine but I am not able to deploy with permission being denied with the following error 2019/01/...
Cyrille asked 25/1, 2019 at 6:46

0

i am trying to understand the pod ephemeral storage usage on openshift cluster, i am using method suggested here How can I determine the current ephemeral-storage usage of a running Kubernetes pod?...
Elevate asked 27/9, 2023 at 9:43

3

I have helm deployment scripts for a vendor application which we are operating. For logging solution, I need to add a sidecar container for fluentbit to push the logs to aggregated log server (splu...
Whitewall asked 5/11, 2020 at 13:34

11

Solved

What is the difference between persistent volume (PV) and persistent volume claim (PVC) in Kubernetes/ Openshift by referring to documentation? What is the difference between both in simple terms?...

10

I have my spring boot application running on Openshift as container built using docker Image. I have enabled the logging in my application and prints all the logs. Now i want to examine the log fi...
Seafaring asked 3/10, 2019 at 10:55

5

Solved

As part of an automated tests suite I have to use OpenShift's REST APIs to send commands and get OpenShift's status. To authenticate these API calls I need to embed an authorization token in every ...
Bifoliolate asked 26/3, 2018 at 21:45

10

We are working on a Spring Boot web application, and the database we are using is MySQL; the setup we have is we first test it locally (means we need to install MySQL on our PC); then we push to ...
Wrongdoing asked 21/2, 2016 at 2:39

5

Solved

I have a container with nodejs and pm2 as start command and on OpenShift i get this error on startup: Error: EACCES: permission denied, mkdir '/.pm2' I tried same image on a Marathon hoster an...
Grecian asked 21/2, 2017 at 9:14

5

Solved

We are building a fully RESTful back-end with the Play Framework. We are also building a separate web front-end with a different technology stack that will call the RESTful API. How do we deploy bo...
Homolographic asked 31/7, 2013 at 20:31

14

Solved

All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: [root@webdev2 origin]# oc get pods NAME READY STATUS RESTARTS AGE arix-3-yjq9w 0/1 Ima...
Palestrina asked 18/1, 2016 at 6:24

3

Solved

I've created and pushed a cron job to deployment, but when I see it running in OpenShift, I get the following error message: Cannot determine if job needs to be started: Too many missed start time...
Acrocarpous asked 5/3, 2020 at 7:18

2

I am new to Openshift 3.11 deployment, I created a Multistage Dockerfile for a React application, the build want correctly on my local machine, but when I run on the openshift cluster I get the err...
Rumble asked 28/5, 2022 at 8:24

© 2022 - 2024 — McMap. All rights reserved.