Stay organized with collections
Save and categorize content based on your preferences.
Resolving installation issues
This section explains common Cloud Service Mesh problems and how to resolve them.
If you need additional assistance, see Getting support.
Failed installation due to missing meshtelemetry.googleapis.com API
If your installation fails due to the enablement of
meshtelemetry.googleapis.com, ensure you have removed the enablement of
meshtelemetry.googleapis.com from your installation process. This API is no
longer required and has been deprecated. For more information, see the full list
of
required APIs.
Failed installation because mdp-controller is not ready
If your installation fails with error code REVISION_FAILED_PRECONDITION or
an error message saying the mdp-controller is not ready,
ensure that your cluster has nodes which can be used to provision MDP controller.
MDP controller is required to onboard to Cloud Service Mesh.
A common issue that can prevent a node from being used for MDP controller
deployment is if you have node taints configured.
You can run the following command to verify the node taints you have configured:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Resolving installation issues\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.25/docs/getting-support).\n\nFailed installation due to missing `meshtelemetry.googleapis.com` API\n---------------------------------------------------------------------\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---------------------------------------------------------\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"]]