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.10.4. CLI를 사용하여 템플릿에서 생성
CLI를 사용하여 템플릿을 처리하고 생성된 구성을 사용하여 오브젝트를 생성할 수 있습니다.
10.4.1. 라벨
레이블 은 Pod와 같이 생성된 오브젝트를 관리하고 구성하는 데 사용됩니다. 템플릿에 지정된 레이블은 템플릿에서 생성된 모든 오브젝트에 적용됩니다.
명령줄에서 템플릿에 레이블을 추가하는 기능도 있습니다.
oc process -f <filename> -l name=otherLabel
$ oc process -f <filename> -l name=otherLabel