3장. 제한된 환경에서 Openshift에 Fuse 설치


제한된 환경에서 OpenShift에 Fuse를 설치하려면 registry.redhat.io 에서 이미지 스트림 및 템플릿을 가져옵니다. 인터넷 액세스가 없거나 제한적인 프로덕션 환경에서는 이러한 작업을 수행할 수 없습니다. 이 섹션에서는 제한된 환경에서 OpenShift에 Fuse를 설치하는 방법을 설명합니다.

참고

제한된 환경에서의 설치는 현재 IBM Power Systems, IBM Z 및 LinuxONE에서 지원되지 않습니다.

사전 요구 사항

  • 제한된 환경에서 실행할 수 있도록 OpenShift 서버를 설치 및 구성했습니다.

3.1. 내부 Docker 레지스트리 설정

이 섹션에서는 이미지를 푸시하거나 가져오는 데 사용할 수 있는 내부 Docker 레지스트리를 설정하는 방법을 설명합니다. 이미지를 가져오거나 푸시할 수 있는 내부 Docker 레지스트리를 구성해야 합니다.

프로세스

  1. 내부 루트 CA를 설치합니다.

    cd /etc/pki/ca-trust/source/anchors
    sudo curl -O https://password.corp.redhat.com/RH-IT-Root-CA.crt
    sudo update-ca-trust extract
    sudo update-ca-trust update

    이 인증서를 사용하면 시스템이 레지스트리에 자신을 인증할 수 있습니다.

  2. registry.redhat.io 에 로그인합니다.

    docker login -u USERNAME -p PASSWORD registry.redhat.io
  3. registry.redhat.io 에서 OpenShift 이미지에서 Fuse를 가져옵니다.

    docker pull registry.redhat.io/fuse7/fuse-java-openshift-rhel8:1.13
    docker pull registry.redhat.io/fuse7/fuse-java-openshift-jdk11-rhel8:1.13
    docker pull registry.redhat.io/fuse7/fuse-karaf-openshift-rhel8:1.13
    docker pull registry.redhat.io/fuse7/fuse-console-rhel8:1.13
    docker pull registry.redhat.io/fuse7/fuse-apicurito-rhel8:1.13
    docker pull registry.redhat.io/fuse7/fuse-apicurito-generator-rhel8:1.13
  4. 가져온 이미지 스트림에 태그를 지정합니다.

    docker tag registry.redhat.io/fuse7/fuse-java-openshift-rhel8:1.13 docker-registry.upshift.redhat.com/fuse7/fuse-java-openshift-rhel8:1.13
    docker tag registry.redhat.io/fuse7/fuse-java-openshift-jdk11-rhel8:1.13 docker-registry.upshift.redhat.com/fuse7/fuse-java-openshift-jdk11-rhel8:1.13
    docker tag registry.redhat.io/fuse7/fuse-karaf-openshift-rhel8:1.13 docker-registry.upshift.redhat.com/fuse-karaf-openshift-rhel8:1.13
    docker tag registry.redhat.io/fuse7/fuse-console-rhel8:1.13 docker-registry.upshift.redhat.com/fuse7-fuse-console-rhel8:1.13
    docker tag registry.redhat.io/fuse7/fuse-apicurito-rhel8:1.13 docker-registry.upshift.redhat.com/fuse7-fuse-apicurito-rhel8:1.13
    docker tag registry.redhat.io/fuse7/fuse-apicurito-generator-rhel8:1.13 docker-registry.upshift.redhat.com/fuse7-fuse-apicurito-generator-rhel8:1.13
  5. 태그된 이미지 스트림을 내부 Docker 레지스트리로 푸시합니다.

    docker push docker-registry.upshift.redhat.com/fuse7/fuse-java-openshift-rhel8:1.13
    docker push docker-registry.upshift.redhat.com/fuse7/fuse-java-openshift-jdk11-rhel8:1.13
    docker push docker-registry.upshift.redhat.com/fuse-karaf-openshift-rhel8:1.13
    docker push docker-registry.upshift.redhat.com/fuse7-fuse-console-rhel8:1.13
    docker push docker-registry.upshift.redhat.com/fuse7-fuse-apicurito-rhel8:1.13
    docker push docker-registry.upshift.redhat.com/fuse7-fuse-apicurito-generator-rhel8:1.13
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

© 2024 Red Hat, Inc.