Oc expose: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
Expose a service externally:
Expose a service externally:


oc expose service my-service [--hostname=something.example.com]
{{Internal|OpenShift_Route_Operations#Expose_a_Service|Exposing a Service}}
 
If --hostname is not specified, the standard <appname>-<projectname>.<[[OpenShift_Concepts#Default_Routing_Subdomain|default-routing-subdomain]]>
 
More details: {{Internal|OpenShift_Network_Operations#Expose_a_Service|Network Operations - Expose a Service}}

Latest revision as of 20:55, 27 November 2017

Internal

Overview

Subcommands

service

Expose a service externally:

Exposing a Service