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.5. extract
구성 맵 또는 시크릿 콘텐츠를 추출합니다. 구성 맵 또는 시크릿의 각 키는 키 이름을 사용하여 별도의 파일로 생성됩니다.
예제: ruby-1-ca
구성 맵의 콘텐츠를 현재 디렉터리로 다운로드합니다.
oc extract configmap/ruby-1-ca
$ oc extract configmap/ruby-1-ca
예제: ruby-1-ca
구성 맵의 내용을 stdout로 출력
oc extract configmap/ruby-1-ca --to=-
$ oc extract configmap/ruby-1-ca --to=-