이 섹션에서는 일반적인 Cloud Service Mesh 문제와 해결 방법을 설명합니다.
추가 지원이 필요하면 지원 받기를 참조하세요.
meshtelemetry.googleapis.com API 누락으로 인한 설치 실패
meshtelemetry.googleapis.com을 사용 설정하여 설치에 실패한 경우 설치 프로세스에서 meshtelemetry.googleapis.com 사용 설정을 삭제했는지 확인합니다. 이 API는 더 이상 필요하지 않으며 지원 중단되었습니다. 자세한 내용은 필수 API의 전체 목록을 참조하세요.
mdp-controller가 준비되지 않아 설치 실패
설치에 실패하여 오류 코드 REVISION_FAILED_PRECONDITION가 표시되거나 mdp-controller가 준비되지 않았다는 오류 메시지가 표시되면 클러스터에 MDP 컨트롤러를 프로비저닝하는 데 사용할 수 있는 노드가 있는지 확인합니다.
Cloud Service Mesh에 온보딩하려면 MDP 컨트롤러가 필요합니다.
노드가 MDP 컨트롤러 배포에 사용되지 못하게 하는 일반적인 문제는 노드 taint가 구성된 경우입니다.
[[["이해하기 쉬움","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-09-04(UTC)"],[],[],null,["Resolving installation issues\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.25/docs/getting-support).\n\nFailed installation due to missing `meshtelemetry.googleapis.com` API\n\nIf your installation fails due to the enablement of\n`meshtelemetry.googleapis.com`, ensure you have removed the enablement of\n`meshtelemetry.googleapis.com` from your installation process. This API is no\nlonger required and has been deprecated. For more information, see the full list\nof\n[required APIs](/service-mesh/v1.25/docs/onboarding/provision-control-plane#before_you_begin).\n\nFailed installation because `mdp-controller` is not ready\n\nIf your installation fails with error code `REVISION_FAILED_PRECONDITION` or\nan error message saying the `mdp-controller` is not ready,\nensure that your cluster has nodes which can be used to provision MDP controller.\nMDP controller is required to onboard to Cloud Service Mesh.\nA common issue that can prevent a node from being used for MDP controller\ndeployment is if you have node taints configured.\n\nYou can run the following command to verify the node taints you have configured: \n\n kubectl describe node \u003cvar translate=\"no\"\u003eNODE_NAME\u003c/var\u003e"]]