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.5.11. process
템플릿을 리소스 목록으로 처리합니다.
예제: template.json
을 리소스 목록으로 변환하고 oc create
로 전달합니다.
oc process -f template.json | oc create -f -
$ oc process -f template.json | oc create -f -