Top "Openshift-origin" questions

OpenShift Origin was the open source upstream project for OpenShift, a distribution of Kubernetes for the enterprise developed by Red Hat.

How to debug "ImagePullBackOff"?

All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: […

kubernetes openshift openshift-origin
How to create a local development environment for Kubernetes?

Kubernetes seems to be all about deploying containers to a cloud of clusters. What it doesn't seem to touch is …

docker google-cloud-platform kubernetes openshift-origin
OpenShift Origin vs OpenShift Enterprise

I'm searching for a main difference between OpenShift Origin and OpenShift Enterprise. I know that the first is open source …

openshift-origin openshift-enterprise
What is CrashLoopBackOff status for openshift pods?

There is more than one example where I have seen this status from a pod running in openshift origin. In …

apache-camel cdi openshift-origin fabric8
How to include script and run it into kubernetes yaml?

It is how to run simple batch in kubernetes yaml (helloworld.yaml): ... image: "ubuntu:14.04" command: ["/bin/echo", "hello", "world"] ... In …

openshift kubernetes openshift-origin
What happens when the Kubernetes master fails?

I've been trying to figure out what happens when the Kubernetes master fails in a cluster that only has one …

kubernetes openshift-origin
chown: changing ownership of '/var/lib/mysql/': Operation not permitted

I am trying to deploy a mariadb image on openshift origin. I am using mariadb:10.2.12 in my docker file. It …

docker openshift mariadb dockerfile openshift-origin
Openshift: Unresolved Image

i'm stuck with Openshift (Origin) and need some help. Let's say i want to add a grafana deployment via CLI …

openshift openshift-origin
How to delete or overwrite a secret in OpenShift?

I'm trying to create a secret on OpenShift v3.3.0 using: oc create secret generic my-secret --from-file=application-cloud.properties=src/main/…

openshift openshift-origin
Environment variable in PHP-docker container

I want to show an env var in my docker container. The PHP script looks like this: <html> &…

php docker environment-variables openshift openshift-origin