This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.5.3.8. expose
서비스를 경로로 외부에 노출합니다.
예제: 서비스 노출
oc expose service/parksmap-katacoda
$ oc expose service/parksmap-katacoda
예제: 서비스 노출 및 호스트 이름 지정
oc expose service/parksmap-katacoda --hostname=www.my-host.com
$ oc expose service/parksmap-katacoda --hostname=www.my-host.com