2.2.4.7.4. system-postgresql DeploymentConfig


system-postgresql DeploymentConfig가 현재 3scale 설치에 있는 경우 system-postgresql 의 PostgreSQL 이미지를 패치합니다.

  1. system-postgresql 이미지 스트림을 패치합니다.

    oc patch imagestream/system-postgresql --type=json -p '[{"op": "add", "path": "/spec/tags/-", "value": {"annotations": {"openshift.io/display-name": "System 2.9 PostgreSQL"}, "from": { "kind": "DockerImage", "name": "registry.redhat.io/rhscl/postgresql-10-rhel7"}, "name": "2.9", "referencePolicy": {"type": "Source"}}}]'

    이 패치는 system-postgresql 이미지 스트림을 업데이트하여 2.9 태그를 포함합니다. 아래 명령을 사용하여 Tags 열에 2.9 가 표시되는 경우 태그가 생성되었는지 확인할 수 있습니다.

    oc get is system-postgresql
  2. system-postgresql ImageChange 트리거를 패치합니다.

    1. 최신 트리거를 제거합니다.

      oc set triggers dc/system-postgresql --from-image=system-postgresql:latest --containers=system-postgresql --remove
    2. 새 버전별 트리거를 추가합니다.

      oc set triggers dc/system-postgresql --from-image=system-postgresql:2.9 --containers=system-postgresql

      이미지에 새 업데이트가 있는 경우 이 패치에서 system-postgresql DeploymentConfig의 재배포를 트리거할 수도 있습니다. 이 경우 새 포드가 재배포되고 준비되고 이전 포드가 종료될 때까지 기다립니다.

    3. ImageStream 에서 :latest 태그를 제거합니다.

      oc tag -d system-postgresql:latest
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

© 2024 Red Hat, Inc.