Questions tagged [openshift]
OpenShift is a commercial enterprise-ready container platform built on top of Kubernetes which allows you to run containerized applications
7,918
questions
-2
votes
1
answer
439
views
Build Mail Server on OpenShift send and receive email MX point to OpenShift
Do I able to build a Mail Server on OpenShift, that can send and receive email base on point MX record to OpenShift?
-2
votes
1
answer
44
views
Anyone running Zend server 7 on openshift?
It doesn't appear to be one of their pre-packaged installers. Although I've searched, i cannot find an answer as to whether Zend server 7 is supported by openshift.
-2
votes
1
answer
54
views
Openshift domain list
Is there a list of all the domains which have been taken on openshift? I have spent 20 minutes trying to create a new domain and kept getting message the domain name is already used. It'd be really ...
-2
votes
1
answer
357
views
Openshift and Play Framework (on Debian Linux)
I am deploying my app in OpenShift of RedHat; this application is play framework.
I'm following the tutorial.
I have the next problem when using git push
root@debian:~/dev/play# git push
Counting ...
-2
votes
1
answer
299
views
How to deploy Java application on a web server
For 3-4 days I am trying to deploy a java application on web server but every time getting different type of error.So far I have tried to host my application on openshift,heroku but everytime getting ...
-2
votes
2
answers
781
views
Android: How do i send a file from my android app to a remote server which is on openshift?
what i'm trying to do is to save a file in a remote server which is created on openshift (i created an application with php 5.3). this is the code which sends a file:
private void postFile(){
...
-3
votes
2
answers
580
views
How to create Pods for a Service?
I have a Service that has no Pods. How do I give the Service a Pod?
I deployed a Service "user-service" that initially had some Pods but they crashed and eventually were automatically ...
-3
votes
1
answer
336
views
Can i install Kubernates cluster on single machine?
i have only one instance machine which is centos-7 minimal installation. can i install kubernates cluster as a master and node same machine(without minikube and micro8s). is there any possible way?
...
-3
votes
1
answer
180
views
Python Openshift deployment
I'm trying to create an app in python 2.6 using openshift and rabbitmq cartridge to create simple send/receive. all my files work perfectly in the terminal but I can't open them in the web. Is there ...
-3
votes
1
answer
97
views
Openshift will have docker UCP ?
hi i am new to openshfit can some one please help me on below
docker Universal Control Plane will be availabe in openshift as well or instead of UCP we are using openshift ?
how i can manage my new ...
-3
votes
1
answer
174
views
OpenShift hangs - cron jobs are not starting, have to ctrl+x when ssh'ing in
having a problem - i heavily depend on a daily cron job with RHC, and it randomly stops working from time to time.
Another symptom - when i log in with ssh, it prints the welcome prompt (" !!! ...
-3
votes
1
answer
52
views
I deleted images in my Openshift Wordpress app but they still show up
I'm running a MySQL 5.1, PHP 5.3, phpMyAdmin 4.0 application on Openshift and installed Wordpress over it.
I have a header image that rotates through a random set of images in a folder. I had some ...
-3
votes
1
answer
268
views
How to Run a php script every 3 hours in openshift [closed]
I have a php script ( fetch.php )
I want that every 3 hours ( fetch.php ) automatically run.
I use OpenShift.
Thanks.
-4
votes
1
answer
489
views
Spring cloud config server not pulling from Git backend
I am using spring cloud config server on openshift. The Git repository is the backend. I am getting below error when I update any property in the Git repo.
2019-12-25 12:10:36.988 WARN 1 --- [nio-...
-4
votes
1
answer
69
views
How to load function on web application startup in openshift
here is what I want to do:
I want to make an 'executable-like' application running on a web server, with a doSomething() function. On web application startup, the doSomething() function connects as a ...
-4
votes
1
answer
206
views
run laravel 5 custom command on openshift
Anyone knows how to add laravel's custom command as cron job? Thanks in advance
Below is my script located at .openshift/cron/minutely/robot.sh
#! /bin/bash
php $OPENSHIFT_REPO_DIR/artisan robot:...
-4
votes
1
answer
54
views
Openshift: fee layer adding cartridge to specific gear
All examples i have seen concerning add cartridges is always to the same gear ass app
As in free layer we have 3 gears can we have an non-scallable app in one gear and mysql in other gear?
If yes, how ...
-4
votes
1
answer
409
views
How to install ioncube Loader on openshift
I'm having a problem activating ioncube on openshift.
The loader-wizard tells me to do the following steps:
1) Download one of the following archives of Loaders for Linux x86-64: zip tar.gz tar.bz2 ...