1.11.4.2. 버전 2.0에서 버전 2.1으로의 업그레이드 변경

Service Mesh Control Plane을 버전 2.0에서 2.1으로 업그레이드하면 다음과 같은 아키텍처 및 동작 변경 사항이 도입되었습니다.

아키텍처 변경

Mixer는 Red Hat OpenShift Service Mesh 2.1에서 완전히 제거되었습니다. Mixer가 활성화된 경우 Red Hat OpenShift Service Mesh 2.0.x 릴리스에서 2.1로 업그레이드가 차단됩니다.

v2.0에서 v2.1로 업그레이드할 때 다음 메시지가 표시되면 .spec.version 필드를 업데이트하기 전에 기존 Control Plane 사양의 기존 Mixer 유형을 Istiod 유형으로 업데이트합니다.

An error occurred
admission webhook smcp.validation.maistra.io denied the request: [support for policy.type "Mixer" and policy.Mixer options have been removed in v2.1, please use another alternative, support for telemetry.type "Mixer" and telemetry.Mixer options have been removed in v2.1, please use another alternative]”

예를 들면 다음과 같습니다.

apiVersion: maistra.io/v2
kind: ServiceMeshControlPlane
spec:
  policy:
    type: Istiod
  telemetry:
    type: Istiod
  version: v2.2

동작 변경

  • AuthorizationPolicy 업데이트:

    • PROXY 프로토콜과 함께 ipBlocks 및 notIpBlocks 를 사용하여 원격 IP 주소를 지정하려면 remoteIpBlocks 및 notRemoteIpBlocks 를 사용하도록 구성을 업데이트합니다.
    • 중첩된 JSON 웹 토큰(JWT)에 대한 지원이 추가되었습니다.
  • EnvoyFilter 변경 사항 중단>

    • typed_config를 사용해야 합니다
    • XDS v2는 더 이상 지원되지 않습니다.
    • 사용되지 않는 필터 이름
  • 이전 버전의 프록시는 최신 프록시에서 1xx 또는 204 상태 코드를 수신할 때 503 상태 코드를 보고할 수 있습니다.