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 -