5.17. 통신 허브 참조 설계 구성 CR 추출


openshift-telco-hub-rds-rhel9 컨테이너 이미지에서 텔코 허브 프로필에 대한 사용자 정의 리소스(CR)의 전체 세트를 추출할 수 있습니다. 컨테이너 이미지에는 통신사 허브 프로필에 필요한 CR과 선택 사항 CR이 모두 포함되어 있습니다.

사전 요구 사항

  • podman 을 설치했습니다.

프로세스

  1. 다음 명령을 실행하여 인증 정보를 사용하여 컨테이너 이미지 레지스트리에 로그인합니다.

    $ podman login registry.redhat.io
    Copy to Clipboard Toggle word wrap
  2. 다음 명령을 실행하여 openshift-telco-hub-rds-rhel9 컨테이너 이미지에서 콘텐츠를 추출합니다.

    $ mkdir -p ./out
    Copy to Clipboard Toggle word wrap
    $ podman run -it registry.redhat.io/openshift4/openshift-telco-hub-rds-rhel9:v4.19 | base64 -d | tar xv -C out
    Copy to Clipboard Toggle word wrap

검증

  • out 디렉토리는 다음과 같은 디렉토리 구조를 가지고 있습니다. 다음 명령을 실행하면 out/telco-hub-rds/ 디렉토리에서 Telco 허브 CR을 볼 수 있습니다.

    $ tree -L 4 out/telco-hub-rds/
    Copy to Clipboard Toggle word wrap

    출력 예

    out/telco-hub-rds/
    ├── configuration
    │   ├── example-overlays-config
    │   │   ├── acm
    │   │   │   ├── acmMirrorRegistryCM-patch.yaml
    │   │   │   ├── kustomization.yaml
    │   │   │   ├── options-agentserviceconfig-patch.yaml
    │   │   │   └── storage-mco-patch.yaml
    │   │   ├── gitops
    │   │   │   ├── argocd-tls-certs-cm-patch.yaml
    │   │   │   ├── init-argocd-app.yaml
    │   │   │   └── kustomization.yaml
    │   │   ├── logging
    │   │   │   ├── cluster-log-forwarder-patch.yaml
    │   │   │   ├── kustomization.yaml
    │   │   │   └── README.md
    │   │   ├── lso
    │   │   │   ├── kustomization.yaml
    │   │   │   └── local-storage-disks-patch.yaml
    │   │   ├── odf
    │   │   │   ├── kustomization.yaml
    │   │   │   └── options-storage-cluster.yaml
    │   │   └── registry
    │   │       ├── catalog-source-image-patch.yaml
    │   │       ├── idms-operator-mirrors-patch.yaml
    │   │       ├── idms-release-mirrors-patch.yaml
    │   │       ├── itms-generic-mirrors-patch.yaml
    │   │       ├── itms-release-mirrors-patch.yaml
    │   │       ├── kustomization.yaml
    │   │       └── registry-ca-patch.yaml
    │   ├── kustomization.yaml
    │   ├── README.md
    │   └── reference-crs
    │       ├── kustomization.yaml
    │       ├── optional
    │       │   ├── logging
    │       │   ├── lso
    │       │   └── odf-internal
    │       └── required
    │           ├── acm
    │           ├── gitops
    │           ├── registry
    │           └── talm
    ├── install
    │   ├── mirror-registry
    │   │   ├── imageset-config.yaml
    │   │   └── README.md
    │   └── openshift
    │       ├── agent-config.yaml
    │       └── install-config.yaml
    └── scripts
        └── check_current_versions.sh
    Copy to Clipboard Toggle word wrap

맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat