9.2. IPv6 클러스터의 AMQ Streams Cluster Operator


AMQ Streams Cluster Operator는 IPv6(Internet Protocol 버전 6) 클러스터에서 시작되지 않습니다.

해결방법

이 문제에는 두 가지 해결방법이 있습니다.

해결방법 1: KUBERNETES_MASTER 환경 변수 설정

  1. OpenShift Container Platform 클러스터의 Kubernetes 마스터 노드의 주소를 표시합니다.

    oc cluster-info
    Kubernetes master is running at <master_address>
    # ...

    마스터 노드의 주소를 복사합니다.

  2. 모든 Operator 서브스크립션을 나열합니다.

    oc get subs -n <operator_namespace>
  3. AMQ Streams의 서브스크립션 리소스를 편집합니다.

    oc edit sub amq-streams -n <operator_namespace>
  4. spec.config.env 에서 KUBERNETES_MASTER 환경 변수를 추가하고 Kubernetes 마스터 노드의 주소로 설정합니다. 예를 들면 다음과 같습니다.

    apiVersion: operators.coreos.com/v1alpha1
    kind: Subscription
    metadata:
      name: amq-streams
      namespace: <operator_namespace>
    spec:
      channel: amq-streams-1.8.x
      installPlanApproval: Automatic
      name: amq-streams
      source: mirror-amq-streams
      sourceNamespace: openshift-marketplace
      config:
        env:
        - name: KUBERNETES_MASTER
          value: MASTER-ADDRESS
  5. 편집기를 저장한 후 종료합니다.
  6. 서브스크립션 이 업데이트되었는지 확인합니다.

    oc get sub amq-streams -n <operator_namespace>
  7. 새 환경 변수를 사용하도록 Cluster Operator 배포가 업데이트되었는지 확인합니다.

    oc get deployment <cluster_operator_deployment_name>

해결 방법 2: 호스트 이름 확인 비활성화

  1. 모든 Operator 서브스크립션을 나열합니다.

    oc get subs -n <operator_namespace>
  2. AMQ Streams의 서브스크립션 리소스를 편집합니다.

    oc edit sub amq-streams -n <operator_namespace>
  3. spec.config.env 에서 KUBERNETES_DISABLE_HOSTNAME_VERIFICATION 환경 변수를 추가하고 true 로 설정합니다. 예를 들면 다음과 같습니다.

    apiVersion: operators.coreos.com/v1alpha1
    kind: Subscription
    metadata:
      name: amq-streams
      namespace: <operator_namespace>
    spec:
      channel: amq-streams-1.8.x
      installPlanApproval: Automatic
      name: amq-streams
      source: mirror-amq-streams
      sourceNamespace: openshift-marketplace
      config:
        env:
        - name: KUBERNETES_DISABLE_HOSTNAME_VERIFICATION
          value: "true"
  4. 편집기를 저장한 후 종료합니다.
  5. 서브스크립션 이 업데이트되었는지 확인합니다.

    oc get sub amq-streams -n <operator_namespace>
  6. 새 환경 변수를 사용하도록 Cluster Operator 배포가 업데이트되었는지 확인합니다.

    oc get deployment <cluster_operator_deployment_name>
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

Theme

© 2026 Red Hat
맨 위로 이동