Oc expose: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * oc =Overview= =Subcommands= ==service== <pre> oc expose service my-service --hostname=something.example.com </pre>")
 
Line 9: Line 9:
==service==
==service==


<pre>
Expose a service externally:
oc expose service my-service --hostname=something.example.com
 
</pre>
oc expose service my-service --hostname=something.example.com
 
More details: {{Internal|OpenShift_Network_Operations#Expose_a_Service|Network Operations - Expose a Service}}

Revision as of 19:21, 21 November 2017

Internal

Overview

Subcommands

service

Expose a service externally:

oc expose service my-service --hostname=something.example.com

More details:

Network Operations - Expose a Service