I am trying to use Openshift Online v3 to host a web application. It works fine with the red domain provided by the hat, but I cannot get the routing to work, to make it work in any other domain. all i get is:
Application not available
The application does not currently service requests at this endpoint. It may not have been started or is still running.
Possible reasons why you see this page:
The host doesn't exist. Make sure the hostname was typed correctly and that a route matching this hostname exists. The host exists, but doesn't have a matching path. Check if the URL path was typed correctly and that the route was created using the desired path. Route and path matches, but all pods are down. Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
Does anyone know how to make your own domain in Openshift v3?
openshift
d909
source share