OpenShift Origin was the open source upstream project for OpenShift, a distribution of Kubernetes for the enterprise developed by Red Hat.
All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: […
kubernetes openshift openshift-originKubernetes 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-originI'm searching for a main difference between OpenShift Origin and OpenShift Enterprise. I know that the first is open source …
openshift-origin openshift-enterpriseThere is more than one example where I have seen this status from a pod running in openshift origin. In …
apache-camel cdi openshift-origin fabric8It is how to run simple batch in kubernetes yaml (helloworld.yaml): ... image: "ubuntu:14.04" command: ["/bin/echo", "hello", "world"] ... In …
openshift kubernetes openshift-originI've been trying to figure out what happens when the Kubernetes master fails in a cluster that only has one …
kubernetes openshift-originI 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-origini'm stuck with Openshift (Origin) and need some help. Let's say i want to add a grafana deployment via CLI …
openshift openshift-originI'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-originI want to show an env var in my docker container. The PHP script looks like this: <html> &…
php docker environment-variables openshift openshift-origin