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>")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
==service==
==service==


<pre>
Expose a service externally:
oc expose service my-service --hostname=something.example.com
 
</pre>
{{Internal|OpenShift_Route_Operations#Expose_a_Service|Exposing a Service}}

Latest revision as of 20:55, 27 November 2017

Internal

Overview

Subcommands

service

Expose a service externally:

Exposing a Service