Google Cloud 콘솔을 통해 Cloud Service Mesh를 사용 설정할 수 없음
클러스터에서 Cloud Service Mesh를 사용 설정할 때 사용 설정이 실패할 수 있습니다.
사용 설정에 실패하면 Google Cloud 콘솔에 'Cloud Service Mesh 설치 실패'라는 메시지가 표시됩니다.
Google Cloud 콘솔을 통해 Cloud Service Mesh를 사용 설정하면 클러스터에 ControlPlaneRevision 커스텀 리소스가 생성됩니다. 관리형 제어 영역을 프로비저닝할 때 리소스 상태가 업데이트됩니다. 또는 사용 설정이 실패할 경우 프로비저닝이 실패하고 오류 메시지가 포함됩니다.
Name: asm-managed
…
Status:
Conditions:
Last Transition Time: 2021-08-05T18:56:32Z
Message: The provisioning process has not completed successfully
Reason: NotProvisioned
Status: False
Type: Reconciled
Last Transition Time: 2021-08-05T18:56:32Z
Message: Provisioning has finished
Reason: ProvisioningFinished
Status: True
Type: ProvisioningFinished
Last Transition Time: 2021-08-05T18:56:32Z
Message: Unsupported Kubernetes version: v1.14.10
Reason: PreconditionFailed
Status: True
Type: Stalled
Type: ReconciledStatus 필드가 True이면 제어 영역이 성공적으로 실행 중입니다. 관리형 제어 영역 프로비저닝 프로세스에 오류가 발생하면 Type: StalledStatus 필드는 True가 됩니다.
Stalled이면 Message 필드에 특정 오류에 대한 추가 정보가 포함됩니다. 발생 가능한 오류에 대한 자세한 내용은 중단 코드를 참조하세요.
설치가 15분 마다 재시도되고 최신 상태를 반영하도록 ControlPlaneRevision 커스텀 리소스가 업데이트됩니다. 그러나 나중에 성공하더라도 Google Cloud 콘솔에 표시된 오류 메시지는 업데이트되지 않습니다. 클러스터에서 다음 명령어를 실행하여(15분마다) 현재 상태를 확인하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-20(UTC)"],[],[],null,["# Resolving issues enabling Cloud Service Mesh through Google Cloud console\n\nResolving issues enabling Cloud Service Mesh through\nGoogle Cloud console\n=========================================================================\n\nThis section explains common Cloud Service Mesh problems and how to resolve them.\nIf you need additional assistance, see [Getting support](/service-mesh/v1.19/docs/getting-support).\n\nEnsure you have sufficient permissions\n--------------------------------------\n\nTo enable Cloud Service Mesh while creating a GKE cluster, you\nmust have all of the following roles:\n\n- [Kubernetes Engine Admin](/iam/docs/understanding-roles#kubernetes-engine-roles)\n- [GKE Hub Admin](/iam/docs/understanding-roles#gke-hub-roles)\n- [Service Usage Viewer](/iam/docs/understanding-roles#service-usage-roles)\n\nFor information on granting roles, see [Grant or revoke a single role](/iam/docs/granting-changing-revoking-access#single-role).\n\nFailed to enable Cloud Service Mesh through Google Cloud console\n----------------------------------------------------------------\n\nWhen enabling Cloud Service Mesh on a cluster, the enablement may fail.\nIf the enablement fails, the Google Cloud console displays a message: \"Cloud Service Mesh\ninstallation failed.\"\n\nEnabling Cloud Service Mesh through the Google Cloud console creates a\n`ControlPlaneRevision` custom resource in the cluster. This resource's status is\nupdated when the managed control plane is provisioned or fails provisioning and\ncontains an error message if enablement failed. \n\n```\nkubectl describe controlplanerevision -n istio-system\n```\n\nThe output is similar to: \n\n```\n Name: asm-managed\n\n …\n\n Status:\n Conditions:\n Last Transition Time: 2021-08-05T18:56:32Z\n Message: The provisioning process has not completed successfully\n Reason: NotProvisioned\n Status: False\n Type: Reconciled\n Last Transition Time: 2021-08-05T18:56:32Z\n Message: Provisioning has finished\n Reason: ProvisioningFinished\n Status: True\n Type: ProvisioningFinished\n Last Transition Time: 2021-08-05T18:56:32Z\n Message: Unsupported Kubernetes version: v1.14.10\n Reason: PreconditionFailed\n Status: True\n Type: Stalled\n```\n\nIf the `Type: Reconciled` `Status` field is `True`, then the control plane is\nrunning successfully. The `Type: Stalled` `Status` field will be `True` if\nthe managed control plane provisioning process has encountered an error.\nIf `Stalled`, the `Message` field will contain more information about\nthe specific error. See\n[Stalled codes](/service-mesh/v1.19/docs/managed/troubleshoot-managed-anthos-service-mesh#stalled_codes)\nfor more information about possible errors.\n\nThe installation will be retried every 15 minutes, and the\n`ControlPlaneRevision` custom resource will be updated to reflect the latest\nstatus. However, the error message displayed in the Google Cloud console will not be\nupdated, even if installation later succeeds. Run the above command on your\ncluster to check current status (once every 15 minutes).\n\nIf the installation has not succeeded after addressing the error message and\nthen waiting 15 minutes, you can\n[Configure managed Cloud Service Mesh with `asmcli`](/service-mesh/v1.19/docs/managed/provision-managed-anthos-service-mesh-asmcli)\nto enable Cloud Service Mesh.\n\nAlternatively, if the installation failed during GKE cluster\ncreation, you can delete the cluster and try again."]]