OpenShift Service Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:


<font color=red>DID NOT WORK</font>
<font color=red>DID NOT WORK</font>
172.30.208.72

Revision as of 09:46, 7 December 2017

Internal

Create a Service

Use a template similar to https://github.com/NovaOrdis/playground/blob/master/openshift/templates/eap7-service-template.yaml.

then

oc process -p APPLICATION_NAME=my-app-name -p CLUSTER_IP=<cluster-ip-value> -f ./novaordis-service-template.yaml | oc create -f -

The only method to find a valid cluster IP I could think of was to run oc new-app jenkins-ephemeral in the target project and read the cluster IP from the newly created service definition.

DID NOT WORK


172.30.208.72